-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 869 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
{
"name": "riakvm",
"version": "0.2.5",
"description": "#nodejs cli to build #riak instances",
"main": "index.js",
"bin": {
"riakvm": "./riakvm"
},
"scripts": {
"test": "./node_modules/.bin/mocha -t 5000000"
},
"repository": {
"type": "git",
"url": "git://github.com/wlaurance/riakvm.git"
},
"keywords": [
"clit",
"riak",
"cluster",
"instance"
],
"author": "Will S. Laurance",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "f985eee36dbdcf0515e37df3e528175220f912e6",
"devDependencies": {
"mocha": "~1.14.0",
"mkdirp": "~0.3.5"
},
"dependencies": {
"request": "^2.34.0",
"tar.gz": "^0.1.1",
"rimraf": "^2.2.6",
"commander": "^2.2.0",
"which": "^1.0.5",
"async": "^0.7.0",
"underscore": "^1.6.0",
"colors": "~0.6.0-1",
"charm": "^0.2.0"
}
}