Keywords, repo in package.json

This commit is contained in:
Sebastian Mueller 2019-04-30 10:38:27 +02:00
parent 707b7545f9
commit fe8d2bae1e
1 changed files with 8 additions and 3 deletions

View File

@ -1,14 +1,19 @@
{
"name": "embark-mythx",
"version": "1.0.0",
"version": "1.0.1",
"description": "MythX plugin for Status Embark",
"repository": "github:flex-dapps/embark-mythx",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"embark;",
"embark-plugin;"
"embark",
"embark-plugin",
"mythx",
"smart contract",
"security analysis",
"solidity"
],
"author": "sebastian@flexdapps.com",
"license": "MIT",