contracts/package.json
Richard Ramos 14f674c66b Autogenerating method calling forms.
- Can call constant/view/pure functions
- Shows form fields for send methods
- Shows parameters for contract functions
- Able to see contract sourcecode
- Able to see accounts
2018-03-29 19:26:33 -04:00

33 lines
803 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": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/status-im/contracts/issues"
},
"homepage": "https://github.com/status-im/contracts#readme",
"devDependencies": {
"bootstrap": "^3.3.7",
"elliptic": "^6.4.0",
"jquery": "^3.3.1",
"solidity-coverage": "^0.4.4"
},
"dependencies": {
"elliptic-curve": "^0.1.0",
"embark": "^2.7.0",
"ethereumjs-util": "^5.1.5",
"highlight-javascript": "0.0.3",
"solidity-coverage": "^0.4.4",
"syntax-highlighter": "0.0.3"
}
}