contracts/package.json

32 lines
779 B
JSON
Raw Normal View History

2017-12-21 12:30:41 +11:00
{
"name": "status-contracts",
"version": "1.0.0",
"scripts": {
2018-03-12 11:31:17 -04:00
"solidity-coverage": "./node_modules/.bin/solidity-coverage",
"test": "embark test"
2017-12-21 12:30:41 +11:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/status-im/contracts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/status-im/contracts/issues"
},
"homepage": "https://github.com/status-im/contracts#readme",
"devDependencies": {
2018-03-28 08:36:08 -04:00
"bootstrap": "^3.3.7",
"elliptic": "^6.4.0",
"jquery": "^3.3.1",
"solidity-coverage": "^0.4.4"
},
"dependencies": {
"elliptic-curve": "^0.1.0",
"ethereumjs-util": "^5.1.5",
"highlight-javascript": "0.0.3",
"solidity-coverage": "^0.4.4",
"syntax-highlighter": "0.0.3"
2017-12-21 12:30:41 +11:00
}
}