-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 932 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 932 Bytes
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
{
"name": "dapple-test",
"version": "0.0.23",
"description": "Dapple Test utility",
"main": "lib/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mhhf/dapple-test.git"
},
"keywords": [
"dapple",
"test",
"solidity",
"dapp",
"ethereum",
"eth"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mhhf/dapple-test/issues"
},
"homepage": "https://github.com/mhhf/dapple-test#readme",
"dependencies": {
"async": "^2.1.2",
"bignumber.js": "^2.4.0",
"cli-color-tty": "^2.0.0",
"dapple-core": "0.1.31",
"deasync": "^0.1.7",
"lodash": "^4.15.0",
"stream-combiner": "^0.2.2",
"through2": "^2.0.1",
"vinyl": "^1.2.0",
"vinyl-fs": "^2.4.3"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2"
}
}