Skip to content

Instantly share code, notes, and snippets.

@dickolsson
Last active July 11, 2017 07:29
Show Gist options
  • Save dickolsson/ce6d58123a4e8c04e5b1cd646dc9b1ab to your computer and use it in GitHub Desktop.
Save dickolsson/ce6d58123a4e8c04e5b1cd646dc9b1ab to your computer and use it in GitHub Desktop.
Example package.json for a dapp UI
{
"name": "irondoers",
"version": "0.0.1",
"description": "Decentralised application made to incentivise doers in a democratic autonomous organisation.",
"repository": "https://github.com/dickolsson/irondoers",
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server"
},
"author": "Dick Olsson",
"license": "GPL-3.0",
"devDependencies": {
"web3": "~0.18",
"json-loader": "~0.5",
"truffle-contract": "~1",
"webpack": "~2",
"webpack-dev-server": "~2",
"bootstrap": "~3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment