|
@@ -3,14 +3,6 @@
|
|
|
"version": "1.0.3",
|
|
|
"description": "Secure Smart Contract library for Solidity",
|
|
|
"main": "truffle.js",
|
|
|
- "devDependencies": {
|
|
|
- "babel-preset-es2015": "^6.18.0",
|
|
|
- "babel-preset-stage-2": "^6.18.0",
|
|
|
- "babel-preset-stage-3": "^6.17.0",
|
|
|
- "babel-register": "^6.23.0",
|
|
|
- "ethereumjs-testrpc": "^3.0.2",
|
|
|
- "truffle": "https://github.com/ConsenSys/truffle.git#3.1.9"
|
|
|
- },
|
|
|
"scripts": {
|
|
|
"test": "scripts/test.sh",
|
|
|
"console": "truffle console",
|
|
@@ -33,5 +25,16 @@
|
|
|
"bugs": {
|
|
|
"url": "https://github.com/OpenZeppelin/zeppelin-solidity/issues"
|
|
|
},
|
|
|
- "homepage": "https://github.com/OpenZeppelin/zeppelin-solidity"
|
|
|
+ "homepage": "https://github.com/OpenZeppelin/zeppelin-solidity",
|
|
|
+ "dependencies": {
|
|
|
+ "truffle-hdwallet-provider": "0.0.3"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "babel-preset-es2015": "^6.18.0",
|
|
|
+ "babel-preset-stage-2": "^6.18.0",
|
|
|
+ "babel-preset-stage-3": "^6.17.0",
|
|
|
+ "babel-register": "^6.23.0",
|
|
|
+ "ethereumjs-testrpc": "^3.0.2",
|
|
|
+ "truffle": "https://github.com/ConsenSys/truffle.git#3.1.9"
|
|
|
+ }
|
|
|
}
|