contracts/package.json

25 lines
604 B
JSON

{
"name": "status-multisig",
"version": "0.0.2",
"description": "Simple multisig UI",
"scripts": {
"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"
}
}