{
  "_args": [
    [
      "kotatsu@0.14.0",
      "C:\\Users\\tahartik\\Projects\\generator-junketsu\\generators\\app\\templates"
    ]
  ],
  "_from": "kotatsu@0.14.0",
  "_id": "kotatsu@0.14.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/kotatsu",
  "_nodeVersion": "5.4.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/kotatsu-0.14.0.tgz_1465091376246_0.35074484604410827"
  },
  "_npmUser": {
    "email": "kropotkinepiotr@gmail.com",
    "name": "yomguithereal"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "name": "kotatsu",
    "raw": "kotatsu@0.14.0",
    "rawSpec": "0.14.0",
    "scope": null,
    "spec": "0.14.0",
    "type": "version"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/kotatsu/-/kotatsu-0.14.0.tgz",
  "_shasum": "5554240f49679a163f11c9100b26cd4784a30196",
  "_shrinkwrap": null,
  "_spec": "kotatsu@0.14.0",
  "_where": "C:\\Users\\tahartik\\Projects\\generator-junketsu\\generators\\app\\templates",
  "bin": {
    "kotatsu": "./cli.js"
  },
  "bugs": {
    "url": "https://github.com/Yomguithereal/kotatsu/issues"
  },
  "contributors": [
    {
      "name": "Guillaume Plique",
      "url": "http://github.com/Yomguithereal"
    }
  ],
  "dependencies": {
    "babel-core": "^6.5.2",
    "babel-loader": "^6.2.3",
    "babel-plugin-transform-react-jsx": "^6.5.2",
    "babel-preset-es2015": "^6.5.0",
    "chalk": "^1.1.1",
    "cors": "^2.7.1",
    "express": "^4.13.3",
    "http-proxy-middleware": "^0.12.0",
    "json-loader": "^0.5.4",
    "lodash": "^3.10.0",
    "pretty-ms": "^2.1.0",
    "progress": "^1.1.8",
    "rimraf": "^2.5.2",
    "slash": "^1.0.0",
    "source-map-support": "^0.4.0",
    "webpack": "^1.12.13",
    "webpack-bundle-update-hook-plugin": "^1.0.2",
    "webpack-dev-middleware": "^1.5.1",
    "webpack-hot-middleware": "^2.7.1",
    "winston": "^2.1.1",
    "yargs": "^3.31.0"
  },
  "description": "Straightforward command line tool to setup a development environment for modern JavaScript.",
  "devDependencies": {
    "@yomguithereal/eslint-config": "^2.1.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-react-hmre": "^1.1.0",
    "babel-preset-stage-2": "^6.5.0",
    "concurrently": "^2.0.0",
    "deku": "^2.0.0-rc11",
    "eslint": "^2.0.0",
    "react": "^0.14.6",
    "react-dom": "^0.14.6"
  },
  "directories": {},
  "dist": {
    "shasum": "5554240f49679a163f11c9100b26cd4784a30196",
    "tarball": "https://registry.npmjs.org/kotatsu/-/kotatsu-0.14.0.tgz"
  },
  "eslintConfig": {
    "extends": "@yomguithereal/eslint-config",
    "rules": {
      "no-console": 0
    }
  },
  "gitHead": "0f1e9ce8cff40117a1b72364f895c09edeacec44",
  "homepage": "https://github.com/Yomguithereal/kotatsu",
  "keywords": [
    "hmr",
    "development",
    "cli",
    "webpack"
  ],
  "license": "MIT",
  "main": "kotatsu.js",
  "maintainers": [
    {
      "email": "kropotkinepiotr@gmail.com",
      "name": "yomguithereal"
    }
  ],
  "name": "kotatsu",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yomguithereal/kotatsu.git"
  },
  "scripts": {
    "api": "concurrently --kill-others \"node ./test/api/api.js\" \"./cli.js serve --proxy /api http://localhost:4000 ./test/api/main.js\"",
    "build-error": "./cli.js build --es2015 --progress -s client ./test/buildError.js",
    "config": "./cli.js serve -s --progress -c ./test/react/config.js -m mount",
    "cors": "./cli.js serve --cors -d cheap-eval-source-map --es2015 --presets react --progress -m mount --public ./test/react/assets ./test/react/main.jsx",
    "deku": "./cli.js serve -s --progress --mount-node deku --es2015 --jsx --pragma element ./test/deku/main.jsx",
    "express": "./cli.js start --progress -s -o .express ./test/express/start.js",
    "interval": "./cli.js start --es2015 --progress -s ./test/interval/interval.js",
    "lint": "eslint index.js cli.js ./src",
    "react": "./cli.js serve -d cheap-eval-source-map --es2015 --presets react --progress -m mount --public ./test/react/assets ./test/react/main.jsx",
    "react-hmr": "./cli.js serve --presets es2015,react,react-hmre --progress --index ./test/react/index.html ./test/react/main.jsx",
    "test": "npm run interval",
    "thrower": "./cli.js start --es2015 --progress -s ./test/thrower.js"
  },
  "version": "0.14.0"
}
