25 lines
610 B
JSON
25 lines
610 B
JSON
{
|
|
"name": "status-contracts",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"solidity-coverage": "./node_modules/.bin/solidity-coverage",
|
|
"test": "embark test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/status-im/contracts.git"
|
|
},
|
|
"author": "Status Research & Development GMBH",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/status-im/contracts/issues"
|
|
},
|
|
"homepage": "https://github.com/status-im/contracts#readme",
|
|
"dependencies": {
|
|
"react": "^16.3.2",
|
|
"react-bootstrap": "^0.32.1",
|
|
"react-dom": "^16.3.2"
|
|
}
|
|
}
|