{
  "name": "varnish-generator",
  "version": "1.5.4",
  "description": "The simple way of generating general vcl file for varnish",
  "main": "index.js",
  "bin": {
    "varnish-generator": "./.bin/varnish-generator"
  },
  "scripts": {
    "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
    "test": "node ./node_modules/.bin/eslint index.js && node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha ./test/*.js --"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vicanso/varnish-generator.git"
  },
  "keywords": [
    "varnish",
    "generator"
  ],
  "author": "Tree Xie <vicansocanbico@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vicanso/varnish-generator/issues"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "homepage": "https://github.com/vicanso/varnish-generator#readme",
  "devDependencies": {
    "eslint": "^3.12.2",
    "eslint-config-airbnb": "^13.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.8.0",
    "istanbul": "^0.4.5",
    "koa": "^2.0.1",
    "koa-router": "^7.0.1",
    "mocha": "^3.1.2",
    "superagent": "^3.3.2"
  },
  "dependencies": {
    "commander": "^2.9.0",
    "js-yaml": "^3.8.1",
    "lodash": "^4.17.4"
  }
}
