Created
March 21, 2018 13:23
-
-
Save redsquirrel/a84151588afb6e375d114fa7359a3584 to your computer and use it in GitHub Desktop.
sample dependencies for Dave's usual truffle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "<PROJECT NAME>", | |
"version": "1.0.0", | |
"description": "", | |
"main": "truffle-config.js", | |
"directories": { | |
"test": "test" | |
}, | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"zeppelin-solidity": "1.6.0" | |
}, | |
"devDependencies": { | |
"babel-polyfill": "^6.26.0", | |
"babel-preset-es2015": "^6.24.1", | |
"babel-preset-stage-2": "^6.24.1", | |
"babel-preset-stage-3": "^6.24.1", | |
"babel-register": "^6.26.0", | |
"ethereumjs-util": "^5.1.5" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment