-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.36 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "kevoree-cli",
"version": "6.0.0-alpha.2",
"author": "Maxime Tricoire <[email protected]>",
"main": "./lib/NodeJSRuntime",
"preferGlobal": true,
"bin": {
"kevoree": "./bin/kevoree"
},
"scripts": {
"lint": "eslint lib bin test",
"start": "node ./bin/kevoree"
},
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"inquirer": "^3.0.6",
"kevoree-commons": "^3.0.0-beta.2",
"kevoree-const": "^1.0.1",
"kevoree-core": "^9.0.6",
"kevoree-kevscript": "^5.0.0-alpha.0",
"kevoree-library": "^5.0.10",
"kevoree-resolvers": "^4.0.7",
"mkdirp": "^0.5.1",
"ora": "^1.2.0",
"rmrf": "^1.0.2",
"tiny-conf": "^1.0.5",
"tiny-conf-plugin-argv": "^1.0.1",
"tiny-conf-plugin-file": "^1.0.1",
"update-notifier": "^2.1.0",
"valid-url": "^1.0.9"
},
"devDependencies": {
"eslint": "^3.19.0"
},
"license": "LGPL-3.0",
"keywords": [
"kevoree",
"runtime",
"platform",
"kevoree-cli",
"kevoreejs"
],
"description": "Manage your Kevoree Node.js runtime from the command-line",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kevoree/kevoree-js-cli.git"
},
"bugs": {
"url": "https://github.com/kevoree/kevoree-js-cli/issues"
},
"homepage": "https://github.com/kevoree/kevoree-js-cli"
}