forked from trufflesuite/truffle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "truffle",
"namespace": "consensys",
"version": "3.2.93",
"description": "Truffle - Simple development framework for Ethereum",
"dependencies": {
"mocha": "^3.4.2",
"original-require": "^1.0.1",
"solc": "^0.4.11"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"js-scrypt": "^0.2.0",
"on-build-webpack": "^0.1.0",
"prepend-file": "^1.3.1",
"shebang-loader": "0.0.1",
"stream-buffers": "^3.0.1",
"truffle-core": "^3.2.7",
"webpack": "^2.5.1"
},
"bin": {
"truffle": "./build/cli.bundled.js"
},
"scripts": {
"build-cli": "webpack --config ./cli.webpack.config.js"
},
"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"
}
]
}