{
  "name": "vue-helmet",
  "version": "1.1.5",
  "description": "A HTML head manager for Vue",
  "main": "dist/vue-helmet.common.js",
  "files": [
    "dist/vue-helmet.js",
    "dist/vue-helmet.min.js",
    "dist/vue-helmet.common.js",
    "src"
  ],
  "scripts": {
    "start": "webpack --config webpack.config.js",
    "min": "uglifyjs ./dist/vue-helmet.js -m -c --noerr -o ./dist/vue-helmet.min.js",
    "build": "webpack --config webpack.common.js",
    "test": "echo true"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/miaolz123/vue-helmet.git"
  },
  "keywords": [
    "vue",
    "helmet",
    "vue-helmet"
  ],
  "author": "miaolz123",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/miaolz123/vue-helmet/issues"
  },
  "homepage": "https://github.com/miaolz123/vue-helmet#readme",
  "devDependencies": {
    "babel-core": "^6.8.0",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-es2015-parameters": "^6.8.0",
    "babel-plugin-transform-runtime": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-runtime": "^6.6.1",
    "webpack": "^1.13.0"
  }
}
