topic-democracy/package.json

35 lines
989 B
JSON
Raw Normal View History

2018-04-23 01:58:58 -03:00
{
2019-03-25 23:14:51 -03:00
"name": "topic-democracy",
"version": "0.0.1",
2019-03-25 23:14:51 -03:00
"description": "Liquid democracy for permissionless governance through trust networks of delegates.",
2018-04-23 01:58:58 -03:00
"scripts": {
"solidity-coverage": "./node_modules/.bin/solidity-coverage",
2018-05-31 17:27:04 -04:00
"test": "embark test",
"lint": "eslint"
2018-04-23 01:58:58 -03:00
},
"repository": {
"type": "git",
2019-03-25 23:14:51 -03:00
"url": "git+https://github.com/status-im/topic-democracy.git"
2018-04-23 01:58:58 -03:00
},
2018-04-23 02:04:49 -03:00
"author": "Status Research & Development GMBH",
2019-03-25 23:14:51 -03:00
"license": "CC0",
2018-04-23 01:58:58 -03:00
"bugs": {
2019-03-25 23:14:51 -03:00
"url": "https://github.com/status-im/topic-democracy/issues"
2018-04-23 01:58:58 -03:00
},
2019-03-25 23:14:51 -03:00
"homepage": "https://github.com/status-im/topic-democracy#readme",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.2.3"
},
2018-05-18 16:17:46 -03:00
"dependencies": {
2018-04-23 02:04:49 -03:00
"elliptic-curve": "^0.1.0",
2019-03-21 00:24:42 -03:00
"embarkjs-connector-web3": "^4.0.0",
"ethereumjs-util": "^5.1.5",
"react": "^16.3.2",
"react-blockies": "^1.4.0",
"react-bootstrap": "0.32.1",
"react-dom": "^16.3.2",
"web3": "^1.0.0-beta.34"
2018-04-23 01:58:58 -03:00
}
}