-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 978 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
40
41
42
43
{
"name": "jba-cli",
"version": "1.0.17",
"description": "jBPM Business Applications CLI",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:BootstrapJBPM/jba-cli.git"
},
"keywords": [
"jBPM",
"business",
"applications",
"app",
"CLI"
],
"author": "jBPM Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/BootstrapJBPM/jba-cli/issues"
},
"homepage": "https://github.com/BootstrapJBPM/jba-cli/blob/master/Readme.md",
"dependencies": {
"adm-zip": "^0.4.13",
"ansi-escapes": "^3.1.0",
"chalk": "^2.4.2",
"clear": "^0.1.0",
"cli-spinner": "^0.2.8",
"clui": "^0.3.6",
"command-line-usage": "^5.0.5",
"configstore": "^4.0.0",
"figlet": "^1.2.1",
"inquirer": "^6.2.1",
"minimist": "^1.2.0",
"request": "^2.88.0"
},
"bin": {
"jba": "./index.js"
}
}