forked from trufflesuite/truffle-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.87 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "truffle-core",
"namespace": "consensys",
"version": "3.4.1",
"description": "Core code for Truffle command line tool",
"dependencies": {
"async": "^1.4.2",
"chai": "^3.3.0",
"chokidar": "^1.4.2",
"colors": "^1.1.2",
"cpr": "^0.4.3",
"del": "^2.2.0",
"diff": "1.4.0",
"ethpm": "0.0.14",
"ethpm-registry": "0.0.9",
"finalhandler": "^0.4.0",
"fs-extra": "^2.0.0",
"lodash": "^4.5.1",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"node-dir": "0.1.16",
"original-require": "^1.0.0",
"serve-static": "^1.10.0",
"spawn-args": "^0.1.0",
"temp": "^0.8.3",
"truffle-artifactor": "~2.1.4",
"truffle-box": "^1.0.0",
"truffle-compile": "~2.0.3",
"truffle-config": "~1.0.0",
"truffle-contract": "~2.0.0",
"truffle-contract-sources": "~0.0.1",
"truffle-deployer": "~1.0.0",
"truffle-error": "~0.0.2",
"truffle-expect": "~0.0.3",
"truffle-init": "~1.0.5",
"truffle-migrate": "~1.1.1",
"truffle-provider": "~0.0.1",
"truffle-provisioner": "~0.1.0",
"truffle-require": "~1.0.2",
"truffle-resolver": "~3.0.0",
"truffle-solidity-utils": "~1.0.0",
"web3": "^0.18.0",
"yargs": "^6.6.0"
},
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
},
"scripts": {
"test": "mocha"
},
"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": "[email protected]",
"url": "https://github.com/tcoulter"
}
],
"devDependencies": {
"ethereumjs-testrpc": "^3.0.3",
"ipfsd-ctl": "^0.21.0",
"stream-buffers": "^3.0.1",
"truffle-blockchain-utils": "0.0.1"
}
}