{
  "name": "devtools-local-toolbox",
  "version": "0.0.13",
  "license": "MPL-2.0",
  "repository": {
    "url": "git://github.com/devtools-html/debugger.html.git",
    "type": "git"
  },
  "bugs": {
    "url": "https://github.com/devtools-html/debugger.html/issues"
  },
  "homepage": "https://github.com/devtools-html/debugger.html#readme",
  "scripts": {},
  "main": "src/index.js",
  "bin": {
    "start-dev-server": "./bin/development-server.js"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=6.9.0"
  },
  "dependencies": {
    "amd-loader": "0.0.5",
    "babel-cli": "^6.7.5",
    "babel-core": "^6.17.0",
    "babel-eslint": "^7.1.0",
    "babel-loader": "^6.2.4",
    "babel-plugin-module-resolver": "^2.2.0",
    "babel-plugin-transform-async-to-generator": "^6.16.0",
    "babel-plugin-transform-es2015-block-scoping": "^6.7.1",
    "babel-plugin-transform-es2015-destructuring": "^6.6.5",
    "babel-plugin-transform-es2015-parameters": "^6.7.0",
    "babel-plugin-transform-es2015-spread": "^6.6.5",
    "babel-plugin-transform-flow-strip-types": "^6.14.0",
    "babel-plugin-transform-runtime": "^6.7.5",
    "babel-plugin-webpack-alias": "^2.1.1",
    "babel-polyfill": "^6.7.4",
    "babel-register": "^6.18.0",
    "body-parser": "^1.15.0",
    "check-node-version": "^1.1.2",
    "classnames": "^2.2.5",
    "co": "=4.6.0",
    "css-loader": "^0.25.0",
    "devtools-client-adapters": "^0.0.2",
    "devtools-config": "^0.0.10",
    "devtools-modules": "^0.0.9",
    "devtools-network-request": "^0.0.9",
    "devtools-sham-modules": "^0.0.9",
    "eslint": "^3.10.0",
    "eslint-plugin-babel": "^3.3.0",
    "eslint-plugin-flowtype": "^2.20.0",
    "eslint-plugin-mozilla": "0.2.3",
    "eslint-plugin-react": "^6.7.1",
    "express": "^4.13.4",
    "extract-text-webpack-plugin": "^1.0.1",
    "immutable": "^3.7.6",
    "json-loader": "^0.5.4",
    "minimist": "^1.2.0",
    "mustache": "^2.2.1",
    "node-static": "^0.7.7",
    "postcss": "^5.2.6",
    "postcss-bidirection": "^2.0.3",
    "postcss-loader": "^1.2.0",
    "react": "=0.14.7",
    "react-dom": "=0.14.7",
    "react-hot-loader": "^1.3.1",
    "react-immutable-proptypes": "^1.7.1",
    "react-inlinesvg": "^0.5.3",
    "react-redux": "4.4.5",
    "redux": "3.5.2",
    "serve-index": "^1.8.0",
    "single-module-instance-webpack-plugin": "jasonlaster/single-module-instance-webpack-plugin",
    "style-loader": "^0.13.1",
    "svg-inline-loader": "^0.7.1",
    "tcomb": "^3.1.0",
    "webpack": "1.14.0",
    "webpack-dev-middleware": "^1.6.1",
    "webpack-env-loader-plugin": "^0.1.4",
    "webpack-hot-middleware": "^2.12.0",
    "ws": "^1.0.1"
  },
  "files": [
    "bin",
    "src",
    "index.html",
    "index.js",
    "webpack.config.js",
    "webpack.config.devtools.js"
  ]
}
