forked from cpollard1001/core-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.05 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
{
"name": "storj-cli",
"version": "2.0.1",
"description": "implementation of the storj protocol for node.js and the browser",
"main": "bin/index.js",
"directories": {
"test": "test",
"bin": "bin"
},
"bin": {
"storj": "bin/storj.js"
},
"keywords": [
"storj",
"p2p"
],
"repository": {
"type": "git",
"url": "https://github.com/storj/core-cli.git"
},
"author": "Alex Leitner <https://github.com/aleitner>",
"contributors": [
{
"name": "Gordon Hall",
"url": "gordonwritescode.com"
},
{
"name": "littleskunk",
"url": "https://github.com/littleskunk"
}
],
"license": "(LGPL-3.0)",
"engines": {
"node": "^4.4.4"
},
"dependencies": {
"storj-lib": "^5.0.0",
"async": "^1.5.2",
"colors": "^1.1.2",
"commander": "^2.9.0",
"globule": "^1.0.0",
"json-stable-stringify": "^1.0.1",
"merge": "^1.2.0",
"os-monitor": "1.0.4",
"prompt": "^1.0.0",
"rimraf": "^2.5.3",
"through": "^2.3.8",
"tmp": "0.0.28",
"url": "0.11.0"
}
}