34 lines
796 B
JSON
34 lines
796 B
JSON
{
|
|
"name": "embark-etherscan-verifier",
|
|
"version": "4.0.0",
|
|
"description": "Embark plugin to flatten and verify solidity contracts on Etherscan",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"solidity",
|
|
"solc",
|
|
"plugin",
|
|
"contracts",
|
|
"ethereum",
|
|
"embark",
|
|
"etherscan"
|
|
],
|
|
"author": "Jonathan Rainville",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/embark-framework/embark-etherscan-verifier/issues"
|
|
},
|
|
"homepage": "https://github.com/embark-framework/embark-etherscan-verifier#readme",
|
|
"devDependencies": {
|
|
"eslint": "^4.19.1"
|
|
},
|
|
"dependencies": {
|
|
"async": "^2.6.1",
|
|
"axios": "^0.18.0",
|
|
"fs-extra": "^7.0.1",
|
|
"querystring": "^0.2.0"
|
|
}
|
|
}
|