forked from b9lab/embark-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 836 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
{
"name": "embark-framework",
"version": "1.0.2",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"embark": "./bin/embark"
},
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
"commander": "^2.8.1",
"grunt": "^0.4.5",
"js-sha3": "^0.3.1",
"meteor-build-client": "^0.1.6",
"mkdirp": "^0.5.1",
"read-yaml": "^1.0.0",
"shelljs": "^0.5.0",
"solc": "^0.1.3-2",
"toposort": "^0.2.10",
"web3": "^0.8.1",
"wrench": "^1.5.8",
"ethersim": "^0.1.1"
},
"author": "Iuri Matias <[email protected]>",
"contributors": [],
"license": "ISC",
"devDependencies": {
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.2.5",
"mocha-sinon": "^1.1.4",
"sinon": "^1.15.4"
}
}