Skip to content

Instantly share code, notes, and snippets.

@schadokar
Created April 13, 2019 13:45
Show Gist options
  • Save schadokar/36140ba36e643ef5f464a31004e80006 to your computer and use it in GitHub Desktop.
Save schadokar/36140ba36e643ef5f464a31004e80006 to your computer and use it in GitHub Desktop.
docker-ethereum-dapp package.json
{
"name": "docker-ethereum",
"version": "1.0.0",
"description": "",
"main": "./server/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./server/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"circular-json": "^0.5.9",
"cors": "^2.8.5",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"nodemon": "^1.18.9",
"solc": "0.4.25",
"truffle-hdwallet-provider": "1.0.2",
"web3": "1.0.0-beta.35"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment