mirror of
https://github.com/status-im/contracts.git
synced 2025-02-23 12:08:47 +00:00
25 lines
629 B
JSON
25 lines
629 B
JSON
{
|
|
"name": "status-contracts",
|
|
"version": "1.0.0",
|
|
"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",
|
|
"devDependencies": {
|
|
"embarkjs-connector-web3": "^4.0.0",
|
|
"react": "16.7.0",
|
|
"react-bootstrap": "0.32.4",
|
|
"react-dom": "16.7.0"
|
|
}
|
|
}
|