{
  "name": "remix-ide",
  "version": "v0.8.2",
  "description": "Minimalistic browser-based Solidity IDE",
  "devDependencies": {
    "@fortawesome/fontawesome-free": "^5.8.1",
    "@resolver-engine/imports": "^0.3.0",
    "ace-mode-solidity": "^0.1.0",
    "async": "^2.1.2",
    "babel-eslint": "^7.1.1",
    "babel-plugin-transform-modern-regexp": "0.0.6",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-yo-yoify": "^0.3.3",
    "babel-polyfill": "^6.22.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.0",
    "babel-preset-es2017": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babelify": "^7.3.0",
    "brace": "^0.8.0",
    "browserify-reload": "^1.0.3",
    "component-type": "^1.2.1",
    "copy-text-to-clipboard": "^1.0.4",
    "csjs-inject": "^1.0.1",
    "csslint": "^1.0.2",
    "deep-equal": "^1.0.1",
    "ethereumjs-util": "^5.1.2",
    "ethers": "^4.0.27",
    "events": "^3.0.0",
    "execr": "^1.0.1",
    "exorcist": "^0.4.0",
    "fast-async": "6.3.1",
    "fast-levenshtein": "^2.0.6",
    "gists": "^1.0.1",
    "github-changes": "^1.1.2",
    "javascript-serialize": "^1.6.1",
    "jquery": "^3.3.1",
    "js-base64": "^2.1.9",
    "js-beautify": "1.6.14",
    "minixhr": "^3.2.2",
    "mkdirp": "^0.5.1",
    "nightwatch": "^0.9.20",
    "notify-error": "^1.2.0",
    "npm-link-local": "^1.1.0",
    "npm-run-all": "^4.0.2",
    "onchange": "^3.2.1",
    "remix-analyzer": "0.3.6",
    "remix-debug": "0.3.7",
    "remix-lib": "0.4.6",
    "remix-solidity": "0.3.7",
    "remix-tabs": "1.0.46",
    "remix-tests": "0.1.8",
    "remixd": "0.1.8-alpha.6",
    "request": "^2.83.0",
    "rimraf": "^2.6.1",
    "selenium-standalone": "^6.0.1",
    "solc": "^0.5.0",
    "standard": "^8.5.0",
    "swarmgw": "^0.3.1",
    "tape": "^4.5.1",
    "uglify-js": "^2.8.16",
    "vm-browserify": "0.0.4",
    "watchify": "^3.9.0",
    "web3": "1.0.0-beta.27",
    "webworkify": "^1.2.1",
    "yo-yo": "^1.2.2",
    "yo-yoify": "^3.7.3"
  },
  "dependencies": {
    "http-server": "^0.11.1",
    "remix-plugin": "0.0.2-alpha.10",
    "remixd": "0.1.8-alpha.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethereum/remix-ide.git"
  },
  "keywords": [
    "ethereum",
    "solidity",
    "compiler"
  ],
  "author": "chriseth",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ethereum/remix-ide/issues"
  },
  "homepage": "https://github.com/ethereum/remix-ide#readme",
  "standard": {
    "ignore": [
      "build/",
      "src/app/editor/mode-solidity.js",
      "soljson.js",
      "assets/js/0.7.7/app.js"
    ],
    "parser": "babel-eslint"
  },
  "babel": {
    "plugins": [
      "transform-es2015-template-literals",
      "transform-es2015-literals",
      "transform-es2015-function-name",
      "transform-es2015-arrow-functions",
      "transform-es2015-block-scoped-functions",
      "transform-es2015-classes",
      "transform-es2015-object-super",
      "transform-es2015-shorthand-properties",
      "transform-es2015-duplicate-keys",
      "transform-es2015-computed-properties",
      "transform-es2015-for-of",
      "transform-es2015-sticky-regex",
      "transform-es2015-unicode-regex",
      "check-es2015-constants",
      "transform-es2015-spread",
      "transform-es2015-parameters",
      "transform-es2015-destructuring",
      "transform-es2015-block-scoping",
      "transform-modern-regexp"
    ]
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "sourceMapsAbsolute": false,
          "sourceMaps": true,
          "plugins": [
            [
              "fast-async",
              {
                "runtimePattern": null,
                "compiler": {
                  "es7": true,
                  "noRuntime": true,
                  "promises": true,
                  "wrapAwait": true
                }
              }
            ],
            [
              "yo-yoify"
            ],
            [
              "transform-object-assign"
            ]
          ],
          "presets": [
            "es2015"
          ]
        }
      ]
    ]
  },
  "bin": {
    "remix-ide": "./bin/remix-ide"
  },
  "scripts": {
    "setupremix": "npm run linkremixdebug && npm run linkremixlib && npm run linkremixsolidity && npm run linkremixanalyzer && npm run linkremixtests",
    "pullremix": "git clone https://github.com/ethereum/remix",
    "linkremixlib": "cd node_modules && rm -rf remix-lib && ln -s ../../remix/remix-lib remix-lib && cd ..",
    "linkremixsolidity": "cd node_modules && rm -rf remix-solidity && ln -s ../../remix/remix-solidity remix-solidity && cd ..",
    "linkremixtests": "cd node_modules && rm -rf remix-tests && ln -s ../../remix/remix-tests remix-tests && cd ..",
    "linkremixdebug": "cd node_modules && rm -rf remix-debug && ln -s ../../remix/remix-debug remix-debug && cd ..",
    "linkremixanalyzer": "cd node_modules && rm -rf remix-analyzer && ln -s ../../remix/remix-analyzer remix-analyzer && cd ..",
    "build": "browserify src/index.js -o build/app.js --exclude solc",
    "build_debugger": "browserify src/app/debugger/remix-debugger/index.js -o src/app/debugger/remix-debugger/build/app.js",
    "browsertest": "sleep 5 && npm run nightwatch_local",
    "csslint": "csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='assets/css/font-awesome.min.css' assets/css/",
    "downloadsolc_root": "wget --no-check-certificate https://solc-bin.ethereum.org/bin/soljson-v0.5.1+commit.c8a2cb62.js -O soljson.js",
    "lint": "standard | notify-error",
    "make-mock-compiler": "node ci/makeMockCompiler.js",
    "minify": "uglifyjs --in-source-map inline --source-map-inline -c warnings=false",
    "nightwatch_local": "nightwatch --config nightwatch.js --env local",
    "nightwatch_local_general": "nightwatch ./test-browser/tests/generalTests.js --config nightwatch.js --env local ",
    "nightwatch_local_sharedFolderExplorer": "nightwatch ./test-browser/tests/sharedFolderExplorer.js --config nightwatch.js --env local ",
    "nightwatch_local_debugger": "nightwatch --config nightwatch_debugger.js --env local",
    "nightwatch_remote_chrome": "nightwatch --config nightwatch.js --env chrome",
    "nightwatch_remote_firefox": "nightwatch --config nightwatch.js --env default",
    "nightwatch_remote_ie": "nightwatch --config nightwatch.js --env ie",
    "nightwatch_remote_parallel": "nightwatch --config nightwatch.js --env safari,chrome,default",
    "nightwatch_remote_safari": "nightwatch --config nightwatch.js --env safari",
    "nightwatch_remote_debugger_parallel": "nightwatch --config nightwatch_debugger.js --env safari,chrome,default",
    "onchange": "onchange build/app.js -- npm-run-all lint",
    "prepublish": "mkdirp build; npm-run-all -ls downloadsolc_root build",
    "remixd": "remixd -s ./contracts --remix-ide http://127.0.0.1:8080",
    "selenium": "selenium-standalone start",
    "selenium-install": "selenium-standalone install",
    "serve": "npx http-server .",
    "serve_debugger": "npx http-server src/app/debugger/remix-debugger",
    "sourcemap": "exorcist --root ../ build/app.js.map > build/app.js",
    "start": "npm-run-all -lpr serve watch onchange remixd",
    "test": "csslint && standard && node test/index.js",
    "test-browser": "npm-run-all -lpr selenium downloadsolc_root make-mock-compiler serve browsertest",
    "watch": "watchify src/index.js -dv -p browserify-reload -o build/app.js --exclude solc",
    "reinstall": "rm ./node-modules/ -rf; rm package-lock.json; rm ./build/ -rf; npm install; npm run build"
  }
}
