-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.06 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
57
58
59
{
"name": "dxpm",
"version": "0.1.1",
"description": "dxpm is a decentralyzed node package manager",
"license": "MIT",
"repository": "matthieuh/dxpm",
"author": {
"name": "Matthieu Hostache",
"email": "matthieu.hostache@gmail.com",
"url": "http://matthieuh.github.io"
},
"bin": {
"dnpm": "cli.js"
},
"engines": {
"node": ">=8"
},
"files": [
"cli.js",
"lib"
],
"keywords": [
"node",
"package",
"manager",
"decentralyzed",
"ethereum"
],
"devDependencies": {
"ava": "*",
"xo": "*"
},
"scripts": {
"test": "xo && ava"
},
"xo": {
"envs": [
"node"
]
},
"dependencies": {
"chalk": "2.3.0",
"execa": "0.8.0",
"fs-extra": "5.0.0",
"ipfs": "0.27.7",
"ipfs-api": "17.5.0",
"ipfsd-ctl": "0.27.3",
"listr": "0.13.0",
"meow": "4.0.0",
"read-pkg-up": "3.0.0",
"resolve-cwd": "2.0.0",
"rimraf": "2.6.2",
"subarg": "1.0.0",
"sudo-block": "2.0.0",
"truffle": "4.0.4",
"update-notifier": "2.3.0",
"user-home": "2.0.0"
}
}