-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 883 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "fark",
"version": "1.1.7",
"description": "A command line tool to work with the mess that is your projects folder.",
"main": "./api/index.js",
"scripts": {
"update-readme": "node ./bin/fark-sparse.js -h md > README.tmp && rm README.md && mv README.tmp README.md",
"prepublish": "npm run update-readme"
},
"bin": {
"fark": "./bin/fark.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/wvbe/fark.git"
},
"keywords": [
"git",
"list",
"cli",
"repository",
"management"
],
"author": "wvbe",
"license": "MIT",
"bugs": {
"url": "https://github.com/wvbe/fark/issues"
},
"homepage": "https://github.com/wvbe/fark#readme",
"dependencies": {
"ask-nicely": "^3.0.1",
"cross-spawn": "^6.0.5",
"gauge": "^2.7.4",
"multi-glob": "^1.0.1",
"semver": "^5.5.0",
"string-similarity": "^3.0.0",
"table": "^4.0.3"
}
}