2018-04-23 04:58:58 +00:00
|
|
|
{
|
|
|
|
"name": "status-contracts",
|
2018-05-13 00:16:18 +00:00
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "",
|
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",
|
2018-12-29 08:24:40 +00:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|