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": {
|
|
|
|
"solidity-coverage": "./node_modules/.bin/solidity-coverage",
|
2018-05-31 21:27:04 +00:00
|
|
|
"test": "embark test",
|
|
|
|
"lint": "eslint"
|
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": {
|
|
|
|
"@babel/core": "^7.0.0",
|
|
|
|
"@babel/preset-env": "^7.2.3"
|
|
|
|
},
|
2018-05-13 05:39:10 +00:00
|
|
|
"dependencies": {
|
2018-05-13 05:53:50 +00:00
|
|
|
"web3-eth-abi": "^1.0.0-beta.34",
|
2018-04-23 05:04:49 +00:00
|
|
|
"elliptic-curve": "^0.1.0",
|
2018-04-26 21:08:59 +00:00
|
|
|
"ethereumjs-util": "^5.1.5",
|
2018-05-13 05:49:20 +00:00
|
|
|
"react": "^16.3.2",
|
2018-12-29 08:24:40 +00:00
|
|
|
"react-blockies": "^1.4.0",
|
|
|
|
"react-bootstrap": "0.32.1",
|
|
|
|
"react-dom": "^16.3.2",
|
2018-04-26 21:08:59 +00:00
|
|
|
"web3": "^1.0.0-beta.34"
|
2018-04-23 04:58:58 +00:00
|
|
|
}
|
|
|
|
}
|