2018-04-23 01:58:58 -03:00
|
|
|
{
|
|
|
|
"name": "status-contracts",
|
2018-05-12 21:16:18 -03:00
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "",
|
2018-04-23 01:58:58 -03:00
|
|
|
"scripts": {
|
|
|
|
"solidity-coverage": "./node_modules/.bin/solidity-coverage",
|
|
|
|
"test": "embark test"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/status-im/contracts.git"
|
|
|
|
},
|
2018-04-23 02:04:49 -03:00
|
|
|
"author": "Status Research & Development GMBH",
|
2018-04-23 01:58:58 -03:00
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/status-im/contracts/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/status-im/contracts#readme",
|
2018-05-18 16:17:46 -03:00
|
|
|
"dependencies": {
|
2018-05-31 09:53:26 -04:00
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
|
|
"babel-preset-stage-2": "^6.24.1",
|
|
|
|
"formik": "^0.11.11",
|
2018-05-22 11:11:53 -04:00
|
|
|
"jquery": "^3.3.1",
|
2018-05-13 02:49:20 -03:00
|
|
|
"react": "^16.3.2",
|
2018-05-18 16:17:46 -03:00
|
|
|
"react-blockies": "^1.3.0",
|
2018-05-13 02:49:20 -03:00
|
|
|
"react-bootstrap": "^0.32.1",
|
|
|
|
"react-dom": "^16.3.2"
|
2018-04-23 01:58:58 -03:00
|
|
|
}
|
|
|
|
}
|