embark-mythx/package.json

30 lines
660 B
JSON
Raw Normal View History

2019-04-15 08:11:43 +00:00
{
"name": "embark-mythx",
"version": "1.0.4",
2019-04-15 08:11:43 +00:00
"description": "MythX plugin for Status Embark",
2019-04-30 08:38:27 +00:00
"repository": "github:flex-dapps/embark-mythx",
2019-04-15 08:11:43 +00:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
2019-04-30 08:38:27 +00:00
"embark",
"embark-plugin",
"mythx",
"smart contract",
"security analysis",
"solidity"
2019-04-15 08:11:43 +00:00
],
"author": "sebastian@flexdapps.com",
2019-04-29 08:18:53 +00:00
"license": "MIT",
2019-04-15 08:11:43 +00:00
"dependencies": {
"armlet": "^2.7.0",
"command-line-args": "^5.1.1",
2019-04-15 08:11:43 +00:00
"dotenv": "^7.0.0",
"eslint": "^5.16.0",
"minimist": "^1.2.0",
"remix-lib": "^0.4.6",
2019-04-15 08:11:43 +00:00
"tiny-async-pool": "^1.0.4"
}
}