{
  "name": "hc-boilerplate-brain",
  "version": "1.1.7",
  "description": "城市大脑智能应用-脚手架",
  "main": "app.js",
  "scripts": {
    "test": "standard --verbose | snazzy",
    "prepublishOnly": "cp .gitignore gitignore",
    "postpack": "rm -f gitignore",
    "checkFormat": "./checkFormat.sh"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "pre-commit": {
    "run": [
      "checkFormat"
    ],
    "silent": true
  },
  "standard": {
    "ignore": [
      "/test/",
      "/document/",
      "node_modules",
      "/out/"
    ],
    "parser": "babel-eslint"
  },
  "author": "honeycomb group",
  "dependencies": {
    "axios": "^0.18.0",
    "hc-bee": "^0.1.0",
    "hc-proxy": "^1.0.0",
    "hc-service-client": "^1.0.0",
    "hc-signature-auth": "^1.0.0",
    "lodash": "4.17.4",
    "path-ignore": "^1.0.1"
  },
  "devDependencies": {
    "api-annotation": "^1.0.0-alpha.2",
    "babel-eslint": "^8.2.2",
    "honeypack": "^1.0.7",
    "intelli-espower-loader": "^1.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.4.2",
    "open-browser-webpack-plugin": "^0.0.5",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "power-assert": "^1.4.4",
    "pre-commit": "^1.2.2",
    "snazzy": "^7.1.1",
    "standard": "^11.0.1",
    "supertest": "^3.0.0"
  }
}
