snt-gas-relay/package.json

31 lines
765 B
JSON
Raw Normal View History

2018-04-23 01:58:58 -03:00
{
"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"
},
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",
"devDependencies": {
2018-04-23 02:04:49 -03:00
"solidity-coverage": "^0.5.0",
2018-04-23 01:58:58 -03:00
"elliptic": "^6.4.0"
},
"dependencies": {
2018-04-23 02:04:49 -03:00
"elliptic-curve": "^0.1.0",
2018-05-08 09:48:05 -04:00
"embark": "^3.0.0",
"ethereumjs-util": "^5.1.5",
"react": "^16.3.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.2"
2018-04-23 01:58:58 -03:00
}
}