-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 976 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
{
"name": "barfy-cli",
"version": "1.5.1-vaguewolf",
"description": "",
"main": "bin/barfy",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"major": "node versionator.js major;git st;git add --all;git ci -m.;git push;npm publish",
"minor": "node versionator.js minor;git st;git add --all;git ci -m.;git push;npm publish",
"patch": "node versionator.js patch;git st;git add --all;git ci -m.;git push;npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alvarocastro/barfy-cli.git"
},
"author": "",
"license": "ISC",
"bin": {
"barfy": "main.js"
},
"bugs": {
"url": "https://github.com/alvarocastro/barfy-cli/issues"
},
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/alvarocastro/barfy-cli#readme",
"dependencies": {
"request": "^2.74.0",
"shelljs": "^0.7.3",
"vorpal": "^1.11.3",
"vorpal-repl": "^1.1.8",
"ws": "^1.1.1"
}
}