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