2018-04-23 04:58:58 +00:00
|
|
|
{
|
2019-03-26 02:14:51 +00:00
|
|
|
"name": "topic-democracy",
|
2018-05-13 00:16:18 +00:00
|
|
|
"version": "0.0.1",
|
2019-03-26 02:14:51 +00:00
|
|
|
"description": "Liquid democracy for permissionless governance through trust networks of delegates.",
|
2018-04-23 04:58:58 +00:00
|
|
|
"scripts": {
|
2019-04-04 03:18:57 +00:00
|
|
|
"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"
|
2018-04-23 04:58:58 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-03-26 02:14:51 +00:00
|
|
|
"url": "git+https://github.com/status-im/topic-democracy.git"
|
2018-04-23 04:58:58 +00:00
|
|
|
},
|
2018-04-23 05:04:49 +00:00
|
|
|
"author": "Status Research & Development GMBH",
|
2019-04-04 01:52:04 +00:00
|
|
|
"license": "CC0-1.0",
|
2018-04-23 04:58:58 +00:00
|
|
|
"bugs": {
|
2019-03-26 02:14:51 +00:00
|
|
|
"url": "https://github.com/status-im/topic-democracy/issues"
|
2018-04-23 04:58:58 +00:00
|
|
|
},
|
2019-03-26 02:14:51 +00:00
|
|
|
"homepage": "https://github.com/status-im/topic-democracy#readme",
|
2018-12-29 08:24:40 +00:00
|
|
|
"devDependencies": {
|
2019-04-18 05:36:34 +00:00
|
|
|
"embark": "^4.0.2",
|
2019-04-04 03:18:57 +00:00
|
|
|
"embark-reset": "^4.0.0",
|
2019-03-21 03:24:42 +00:00
|
|
|
"embarkjs-connector-web3": "^4.0.0",
|
2019-04-04 03:18:57 +00:00
|
|
|
"npm-run-all": "4.1.5",
|
2019-04-18 05:36:34 +00:00
|
|
|
"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",
|
2019-04-04 03:18:57 +00:00
|
|
|
"rimraf": "2.6.3",
|
|
|
|
"ethereumjs-util": "^6.1.0"
|
2019-04-18 05:36:34 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@material-ui/core": "^3.9.3",
|
2019-04-26 10:00:42 +00:00
|
|
|
"@material-ui/icons": "^3.0.2",
|
|
|
|
"@material-ui/lab": "^3.0.0-alpha.30"
|
2018-04-23 04:58:58 +00:00
|
|
|
}
|
|
|
|
}
|