mirror of
https://github.com/status-im/contracts.git
synced 2025-02-24 12:38:49 +00:00
- 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
33 lines
803 B
JSON
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"
|
|
}
|
|
}
|