Commit cc0028c1 authored by Iuri Matias's avatar Iuri Matias

update remix-analyzer package

parent 4742022f
{ {
"name": "remix-analyzer", "name": "remix-analyzer",
"version": "0.1.0", "version": "0.1.0",
"description": "", "description": "Remix Analyzer",
"main": "index.js", "main": "./index.js",
"contributors": [ "contributors": [
{ {
"name": "Alex Beregszaszi", "name": "Alex Beregszaszi",
...@@ -17,9 +17,28 @@ ...@@ -17,9 +17,28 @@
"email": "yann@ethdev.com" "email": "yann@ethdev.com"
} }
], ],
"dependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"remix-lib": "^0.2.9",
"babel-preset-es2015": "^6.24.0"
},
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "standard && tape ./test/tests.js"
},
"standard": {
"ignore": [
"node_modules/*",
"soljson.js"
],
"parser": "babel-eslint"
}, },
"author": "", "author": "Remix Team",
"license": "ISC" "license": "MIT",
"homepage": "https://github.com/ethereum/remix#readme",
"devDependencies": {
"solc": "^0.4.24",
"standard": "^7.0.1",
"tape": "^4.6.0"
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment