forked from hpchud/vccjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 784 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 784 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
{
"name": "vcc",
"version": "1.1.0",
"description": "",
"main": "vcc.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"author": "Joshua Higgins <joshiggins@gmail.com> (http://joshh.info/)",
"license": "MIT",
"dependencies": {
"deferred": "^0.7.5",
"freelist": "^1.0.3",
"glob": "^7.0.6",
"network": "^0.2.1",
"node-etcd": "^5.0.3",
"node-getopt": "^0.2.3",
"prepend-file": "^1.3.0",
"ssh-keygen": "^0.4.1",
"systemd-daemon": "^1.1.1",
"touch": "^3.1.0",
"watchjs": "0.0.0",
"winston": "^2.2.0",
"yamljs": "^0.2.8"
},
"devDependencies": {
"dns-socket": "^1.6.1",
"file-compare": "0.0.2",
"fs-extra": "^2.0.0",
"jsdoc": "^3.4.3",
"mocha": "^3.2.0",
"tmp": "0.0.31"
}
}