forked from elenadimitrova/ContractFactory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 852 Bytes
/
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
{
"name": "contract-factory",
"version": "1.0.0",
"description": "",
"main": "deploy.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thiagodelgado111/ContractFactory.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thiagodelgado111/ContractFactory/issues"
},
"homepage": "https://github.com/thiagodelgado111/ContractFactory#readme",
"dependencies": {
"bluebird": "^3.3.5",
"chalk": "^1.1.3",
"ether-pudding": "^2.0.7",
"ethereumjs-util": "^4.3.0",
"glob": "^7.0.3",
"grunt": "^1.0.1",
"grunt-shell-spawn": "^0.3.10",
"lodash": "^4.11.1",
"request": "^2.72.0",
"solc": "^0.3.1-1",
"web3": "^0.15.3"
}
}