43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "topic-democracy",
|
|
"version": "0.0.1",
|
|
"description": "Liquid democracy for permissionless governance through trust networks of delegates.",
|
|
"scripts": {
|
|
"start": "npx embark run",
|
|
"ci": "npm run qa",
|
|
"clean": "npm run reset",
|
|
"package": "npm pack",
|
|
"qa": "npm-run-all test package",
|
|
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
|
"test": "npx embark test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/status-im/topic-democracy.git"
|
|
},
|
|
"author": "Status Research & Development GMBH",
|
|
"license": "CC0-1.0",
|
|
"bugs": {
|
|
"url": "https://github.com/status-im/topic-democracy/issues"
|
|
},
|
|
"homepage": "https://github.com/status-im/topic-democracy#readme",
|
|
"devDependencies": {
|
|
"embark": "^4.0.2",
|
|
"embark-reset": "^4.0.0",
|
|
"embarkjs-connector-web3": "^4.0.0",
|
|
"npm-run-all": "4.1.5",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0",
|
|
"react-blockies": "^1.4.1",
|
|
"react-router-dom": "^5.0.0",
|
|
"prop-types": "^15.6.2",
|
|
"rimraf": "2.6.3",
|
|
"ethereumjs-util": "^6.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^3.9.3",
|
|
"@material-ui/icons": "^3.0.2",
|
|
"@material-ui/lab": "^3.0.0-alpha.30"
|
|
}
|
|
}
|