forked from aragon/aragon-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.32 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
{
"name": "@aragon/cli",
"version": "2.0.1",
"description": "Aragon command-line tools",
"main": "src/cli.js",
"bin": {
"aragon-dev-cli": "./src/cli.js"
},
"scripts": {
"test": "ava",
"lint": "standard src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aragon/aragon-dev-cli.git"
},
"keywords": [
"cli",
"aragon",
"ethereum"
],
"author": "Aragon Institution MTU <[email protected]>",
"contributors": [
"Jorge Izquierdo <[email protected]>",
"Oliver Nordbjerg <[email protected]>"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/aragon/aragon-dev-cli/issues"
},
"homepage": "https://github.com/aragon/aragon-dev-cli#readme",
"dependencies": {
"chalk": "^2.1.0",
"eth-ens-namehash": "^2.0.0",
"ethereum-ens": "^0.7.3",
"find-up": "^2.1.0",
"fs-extra": "^4.0.2",
"ganache-core": "^2.0.2",
"git-clone": "^0.1.0",
"ipfs-api": "^14.3.7",
"js-sha3": "^0.7.0",
"multimatch": "^2.1.0",
"rimraf": "^2.6.2",
"semver": "^5.4.1",
"stream-to-string": "^1.1.0",
"tmp-promise": "^1.0.4",
"web3": "^1.0.0-beta.26",
"yargs": "^10.1.0"
},
"devDependencies": {
"ava": "^0.22.0",
"coveralls": "^3.0.0",
"standard": "^10.0.3"
},
"engines": {
"node": ">=8.9.1"
}
}