contracts/package.json

25 lines
604 B
JSON
Raw Normal View History

2018-04-23 04:58:58 +00:00
{
2019-03-29 09:56:04 +00:00
"name": "status-multisig",
"version": "0.0.1",
2019-03-29 09:56:04 +00:00
"description": "Simple multisig UI",
2018-04-23 04:58:58 +00:00
"scripts": {
2019-03-28 23:10:02 +00:00
"test": "embark test"
2018-04-23 04:58:58 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/status-im/contracts.git"
},
2018-04-23 05:04:49 +00:00
"author": "Status Research & Development GMBH",
2018-04-23 04:58:58 +00:00
"license": "ISC",
"bugs": {
"url": "https://github.com/status-im/contracts/issues"
},
"homepage": "https://github.com/status-im/contracts#readme",
"devDependencies": {
2019-03-28 23:10:02 +00:00
"embarkjs-connector-web3": "^4.0.0",
2019-03-29 01:43:58 +00:00
"react": "^16.7.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.7.0"
2018-04-23 04:58:58 +00:00
}
}