forked from ConsenSys-archive/truffle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.5 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.5 KB
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
60
61
62
63
{
"name": "truffle",
"namespace": "consensys",
"version": "1.0.3",
"description": "Truffle - Simple development framework for Ethereum",
"dependencies": {
"async": "^1.4.2",
"babel-cli": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"babel-register": "^6.7.2",
"bignumber.js": "^2.0.8",
"bluebird": "^2.10.2",
"chai": "^3.3.0",
"chokidar": "^1.4.2",
"colors": "^1.1.2",
"cpr": "^0.4.3",
"deasync": "^0.1.3",
"ether-pudding": "^2.0.6",
"finalhandler": "^0.4.0",
"graphlib": "^2.0.0",
"jsmin": "^1.0.1",
"lodash": "^4.5.1",
"mkdirp": "^0.5.1",
"mocha": "^2.3.3",
"node-dir": "^0.1.10",
"rimraf": "^2.4.3",
"serve-static": "^1.10.0",
"solc": "^0.3.1-1",
"spawn-args": "^0.1.0",
"truffle-default-builder": "0.0.9",
"uglify-js": "^2.6.1",
"web3": "^0.15.2",
"yargs": "^3.27.0"
},
"devDependencies": {
"babel-cli": "^6.4.5",
"temp": "^0.8.3"
},
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
},
"scripts": {
"test": "node ./cli.js test"
},
"repository": {
"type": "git",
"url": "https://github.com/ConsenSys/truffle.git"
},
"homepage": "https://github.com/ConsenSys/truffle",
"bugs": {
"url": "https://github.com/ConsenSys/truffle/issues"
},
"author": "consensys.net",
"authors": [
{
"name": "Tim Coulter",
"email": "tim@timothyjcoulter.com",
"url": "https://github.com/tcoulter"
}
]
}