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",
|
|
|
|
"test": "embark test"
|
|
|
|
},
|
|
|
|
"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-05-13 00:16:18 +00:00
|
|
|
"dependencies": {
|
2018-04-23 04:58:58 +00:00
|
|
|
}
|
|
|
|
}
|