mirror of
https://github.com/embarklabs/embark-mythx.git
synced 2025-02-01 21:36:01 +00:00
24 lines
501 B
JSON
24 lines
501 B
JSON
{
|
|
"name": "embark-mythx",
|
|
"version": "1.0.0",
|
|
"description": "MythX plugin for Status Embark",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"embark;",
|
|
"embark-plugin;"
|
|
],
|
|
"author": "sebastian@flexdapps.com",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"armlet": "^2.3.0",
|
|
"dotenv": "^7.0.0",
|
|
"eslint": "^5.16.0",
|
|
"minimist": "^1.2.0",
|
|
"remix-lib": "^0.4.3",
|
|
"tiny-async-pool": "^1.0.4"
|
|
}
|
|
}
|