-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 993 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
{
"name": "ethereum-smart-contract",
"version": "1.0.0",
"description": "Smart contracts for the Ethereum whitepaper project.",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/verifyas/ethereum-smart-contract.git"
},
"author": "Richard Grannis-Vu, Hassan Fahmy, Kivalu Ramanlal",
"license": "ISC",
"bugs": {
"url": "https://github.com/verifyas/ethereum-smart-contract/issues"
},
"homepage": "https://github.com/verifyas/ethereum-smart-contract#readme",
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"big-integer": "^1.6.32",
"dotenv": "^6.0.0",
"ganache-cli": "^6.1.6",
"openzeppelin-solidity": "1.10.0",
"run-with-testrpc": "^0.3.0",
"solc": "^0.4.24",
"truffle-hdwallet-provider": "0.0.6",
"web3": "^1.0.0-beta.34"
}
}