{
  "name": "cooking",
  "version": "1.5.4",
  "description": "A modular build tool based on webpack.",
  "main": "lib/cooking.js",
  "preferGlobal": false,
  "bin": {
    "cooking": "bin/cooking",
    "cooking-build": "bin/cooking-build",
    "cooking-watch": "bin/cooking-watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ElemeFE/cooking.git"
  },
  "keywords": [
    "vue",
    "webpack",
    "build",
    "tool",
    "react"
  ],
  "author": "qingwei-li <qingwei.li@ele.me>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ElemeFE/cooking/issues"
  },
  "engines": {
    "node": ">=4.0.0",
    "npm": ">=3.0.0"
  },
  "homepage": "https://github.com/ElemeFE/cooking#readme",
  "peerDependencies": {
    "babel-core": "^6.0.0",
    "babel-loader": "^6.0.0",
    "css-loader": "^0.24.0",
    "extract-text-webpack-plugin": "1 || 2.0.0-beta.4",
    "file-loader": "^0.9.0",
    "html-loader": "^0.4.3",
    "html-webpack-plugin": "^2.9.0",
    "json-loader": "^0.5.4",
    "postcss-loader": "^1.0.0",
    "style-loader": "^0.13.1",
    "url-loader": "^0.5.7",
    "webpack": "1 || ^2 || ^2.2.0-rc",
    "webpack-dev-server": "1 || ^2 || ^2.2.0-rc"
  },
  "dependencies": {
    "2webpack2": "^1.0.0",
    "chalk": "^1.1.3",
    "commander": "^2.9.0",
    "is-path-inside": "^1.0.0",
    "lodash": "^4.15.0",
    "progress-bar-webpack-plugin": "^1.9.0",
    "shelljs": "^0.7.4",
    "webpack-hud": "*"
  }
}
