mirror of
https://github.com/status-im/topic-democracy.git
synced 2025-02-25 08:35:14 +00:00
36 lines
1.0 KiB
JSON
36 lines
1.0 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.0",
|
|
"embark-reset": "^4.0.0",
|
|
"embarkjs-connector-web3": "^4.0.0",
|
|
"npm-run-all": "4.1.5",
|
|
"react": "16.7.0",
|
|
"react-bootstrap": "0.32.4",
|
|
"react-dom": "16.7.0",
|
|
"rimraf": "2.6.3",
|
|
"ethereumjs-util": "^6.1.0"
|
|
}
|
|
}
|