package json actualization; README.md update: Build from source section is added

This commit is contained in:
viktor 2017-06-28 19:27:53 +03:00
parent 4ab03ae2c1
commit 72ab852576
2 changed files with 20 additions and 13 deletions

View File

@ -35,9 +35,18 @@ Path: `./assets/javascripts/config.json`
"environment": "live",
"Ethereum": {
"live": {
"account": "Oracles_contract_owner_address",
"contractAddress": "Oracles_contract_address"
}
}
}
```
## Building from source
1) `npm install`
2) `npm run sass`
3) `npm run coffee`
4) `npm start`

View File

@ -1,10 +1,9 @@
{
"name": "",
"name": "oracles-dapps-voting",
"version": "1.0.0",
"description": "",
"description": "Oracles network Governance Dapp",
"main": "gulpfile.js",
"devDependencies": {
"web3": "^0.18.2",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^3.1.1",
@ -16,7 +15,9 @@
"gulp-sass-glob": "^1.0.6",
"gulp-uglify": "^2.0.0",
"gulp-uglifycss": "^1.0.6",
"http-server": "^0.9.0"
"gulp-util": "^3.0.8",
"http-server": "^0.9.0",
"web3": "^0.18.4"
},
"scripts": {
"sass": "gulp sass",
@ -26,13 +27,10 @@
},
"repository": {
"type": "git",
"url": ""
"url": "https://github.com/oraclesorg/oracles-dapps-voting"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "/issues"
},
"homepage": "#README"
}
"author": "oraclesorg",
"license": "MIT",
"homepage": "https://oracles.org/"
}