-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 878 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
{
"name": "docker-solidity-development-framework",
"version": "0.0.1",
"description": "A pre-packaged npm modules for truffle framework for Solidity development",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matr1xc0in/docker-solidity-development-framework.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/matr1xc0in/docker-solidity-development-framework/issues"
},
"homepage": "https://github.com/matr1xc0in/docker-solidity-development-framework#readme",
"dependencies": {
"bignumber": "^1.1.0",
"crypto-js": "^3.3.0",
"js-sha256": "^0.9.0",
"node-gyp": "^4.0.0",
"solc": "^0.4.26",
"truffle": "^4.1.17",
"core-js":"^3",
"@truffle/hdwallet-provider": "1.0.33"
}
}