-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 1006 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
{
"name": "angelscripts-help",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"test": "jasmine",
"release-patch": "npm run test && npm version patch && npm publish && git push --tags && git push origin master",
"release-minor": "npm run test && npm version minor && npm publish && git push --tags && git push origin master",
"release-major": "npm run test && npm version major && npm publish && git push --tags && git push origin master"
},
"repository": {
"type": "git",
"url": "https://github.com/node-organic/angelscripts-help.git"
},
"dependencies": {
"cli-table3": "^0.6.0",
"underscore": "^1.13.1"
},
"devDependencies": {
"jasmine": "^3.10.0",
"organic-angel": "^0.5.3"
},
"license": "MIT",
"description": "List all registered angel commands",
"bugs": {
"url": "https://github.com/node-organic/angelscripts-help/issues"
},
"homepage": "https://github.com/node-organic/angelscripts-help",
"author": "Boris Filipov"
}