{ "name": "remix-simulator", "version": "0.0.1", "description": "Ethereum IDE and tools for the web", "contributors": [ { "name": "Iuri Matias", "email": "iuri@ethereum.org" }, { "name": "Yann Levreau", "email": "yann@ethdev.com" } ], "main": "./index.js", "dependencies": { "body-parser": "^1.18.2", "express": "^4.16.3", "fancy-log": "^1.3.2", "remix-lib": "latest", "standard": "^10.0.3", "web3": "1.0.0-beta.27" }, "scripts": { "test": "standard" }, "bin": { "ethsim": "./bin/ethsim", "remix-simulator": "./bin/ethsim" }, "standard": { "ignore": [ "node_modules/*" ], "parser": "babel-eslint" }, "repository": { "type": "git", "url": "git+https://github.com/ethereum/remix.git" }, "author": "remix team", "license": "MIT", "bugs": { "url": "https://github.com/ethereum/remix/issues" }, "homepage": "https://github.com/ethereum/remix#readme", "browserify": { "transform": [ [ "babelify", { "plugins": [ [ "fast-async", { "runtimePatten": null, "compiler": { "promises": true, "es7": true, "noRuntime": true, "wrapAwait": true } } ], "transform-object-assign" ] } ], [ "babelify", { "presets": [ "es2017" ] } ] ] } }