Skip to content

Instantly share code, notes, and snippets.

@redsquirrel
Created March 21, 2018 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redsquirrel/a84151588afb6e375d114fa7359a3584 to your computer and use it in GitHub Desktop.
Save redsquirrel/a84151588afb6e375d114fa7359a3584 to your computer and use it in GitHub Desktop.
sample dependencies for Dave's usual truffle
{
"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