forked from trufflesuite/truffle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.5 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
{
"name": "truffle",
"namespace": "consensys",
"version": "4.1.9",
"description": "Truffle - Simple development framework for Ethereum",
"dependencies": {
"mocha": "^4.1.0",
"original-require": "^1.0.1",
"solc": "0.4.24"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"fs-extra": "^4.0.0",
"ganache-cli": "[email protected]",
"glob": "^7.1.2",
"js-scrypt": "^0.2.0",
"meta-npm": "^0.0.22",
"meta-pkgs": "^0.2.0",
"mocha": "^4.1.0",
"prepend-file": "^1.3.1",
"shebang-loader": "0.0.1",
"stream-buffers": "^3.0.1",
"tmp": "0.0.33",
"truffle-box": "^1.0.5",
"truffle-contract": "^3.0.5",
"truffle-core": "^4.1.9",
"web3": "^0.20.1",
"webpack": "^2.5.1",
"yargs": "^8.0.2"
},
"bin": {
"truffle": "./build/cli.bundled.js"
},
"scripts": {
"build": "npm run build-cli",
"build-cli": "webpack --config ./cli.webpack.config.js",
"test": "npm run build-cli && mocha",
"test:ci": "./scripts/test.sh",
"test:geth": "MAIN_REPO_CI=true npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/trufflesuite/truffle.git"
},
"homepage": "https://github.com/trufflesuite/truffle/",
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"author": "consensys.net",
"authors": [
{
"name": "Tim Coulter",
"email": "[email protected]",
"url": "https://github.com/tcoulter"
}
]
}