{
  "name": "ykit-config-zeus",
  "version": "0.0.5",
  "description": "A configuration for zeus project.",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "npm run build",
    "build": "babel modules --out-dir lib",
    "watch": "babel --watch modules --out-dir lib",
    "doc": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
  },
  "files": [
    "*.md",
    "lib",
    "template"
  ],
  "keywords": [
    "ykit"
  ],
  "author": "wx19910221",
  "license": "ISC",
  "dependencies": {
    "babel-core": "^6.10.4",
    "babel-loader": "^6.2.4",
    "babel-plugin-import": "^1.1.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-polyfill": "^6.16.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-0": "^6.16.0",
    "colors": "^1.1.2",
    "css-loader": "^0.23.1",
    "fast-uglifyjs-plugin": "^0.2.0",
    "happypack": "^3.0.3",
    "http-proxy": "^1.16.2",
    "less": "^2.7.2",
    "less-loader": "3.x",
    "loader-utils": "^1.1.0",
    "mkdirp": "^0.5.1",
    "node-sass": "^4.5.2",
    "object-assign": "^4.1.1",
    "path-to-regexp": "^1.7.0",
    "rmdir-recursive": "0.0.1",
    "sass-loader": "4.x",
    "style-loader": "^0.13.1",
    "webpack": "legacy"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "conventional-changelog-cli": "^1.3.1",
    "eslint": "^3.17.1",
    "eslint-config-rnx": "^1.0.3",
    "ghooks": "^2.0.0",
    "pre-commit": "^1.2.2",
    "validate-commit-msg": "^2.12.2"
  },
  "config": {
    "ghooks": {
      "pre-commit": "eslint src",
      "commit-msg": "node scripts/validate-message.js"
    },
    "validate-commit-msg": {
      "types": [
        "feat",
        "fix",
        "docs",
        "style",
        "refactor",
        "perf",
        "test",
        "chore",
        "revert"
      ],
      "warnOnFail": false,
      "maxSubjectLength": 100,
      "subjectPattern": ".+",
      "subjectPatternErrorMsg": "subject does not match subject pattern!",
      "helpMessage": ""
    }
  }
}
