topic-democracy/package.json

25 lines
684 B
JSON
Raw Normal View History

2018-04-23 04:58:58 +00:00
{
2019-03-26 02:14:51 +00:00
"name": "topic-democracy",
"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-03-28 23:16:54 +00:00
"test": "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-03-26 02:14:51 +00:00
"license": "CC0",
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",
"devDependencies": {
2019-03-21 03:24:42 +00:00
"embarkjs-connector-web3": "^4.0.0",
2019-03-28 23:16:54 +00:00
"react": "16.7.0",
"react-bootstrap": "0.32.4",
"react-dom": "16.7.0"
2018-04-23 04:58:58 +00:00
}
}