{
  "name": "git-webpack",
  "version": "0.0.15",
  "description": "基于 git 的 webpack 多进程调度器",
  "main": "src/index.js",
  "bin": "bin/git-webpack",
  "scripts": {
    "example": "git-webpack --config example/git-webpack.json",
    "parallel-test": "node test/parallel/index.js",
    "tasks-test": "git-webpack --config test/tasks/git-webpack.json",
    "test": "mocha test/index.js && npm run example && npm run tasks-test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aui/git-webpack.git"
  },
  "keywords": [
    "webpack",
    "git",
    "task",
    "build"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/aui/git-webpack/issues"
  },
  "homepage": "https://github.com/aui/git-webpack#readme",
  "dependencies": {
    "commander": "^2.9.0",
    "gulp": "^3.9.1",
    "lodash.defaultsdeep": "^4.6.0"
  },
  "devDependencies": {
    "jquery": "^3.1.1",
    "mocha": "^3.1.2",
    "webpack": "^1.13.3"
  }
}
