-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 866 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 866 Bytes
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": "svmp-server-cli",
"description": "SVMP management admin tool",
"version": "2.0.0",
"license": "Apache-2.0",
"url": "https://github.com/SVMP/svmp-server-cli",
"repository": {
"type": "git",
"url": "https://github.com/SVMP/svmp-server-cli.git"
},
"private": true,
"author": "Dave Bryson",
"contributors": [
"Dave Bryson",
"David Keppler",
"Joe Portner"
],
"engines": {
"node": "0.10.2",
"npm": "1.2"
},
"bin": {
"svmp-config": "svmp-server-cli.js"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"cli-table": "~0.3.0",
"colors": "~0.6.2",
"commander": "~2.2.0",
"js-yaml": "^3.2.1",
"nconf": "^0.6.9",
"svmp-overseer-client": "git+https://github.com/SVMP/svmp-overseer-client.git#svmp-2.0.0"
},
"optionalDependencies": {},
"devDependencies": {
}
}