Last active
July 11, 2017 07:29
-
-
Save dickolsson/ce6d58123a4e8c04e5b1cd646dc9b1ab to your computer and use it in GitHub Desktop.
Example package.json for a dapp UI
This file contains 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": "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