{
  "_from": "vue-chartist@^2.3.1",
  "_id": "vue-chartist@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-DNM+eHBA/vebLChmPsWuNzOP0E38yDs6nvBq/VZPLsl+DjMUt9sDiQYAivOHDJ7ss5fCMMYyxRTXd6yZqSt5MQ==",
  "_location": "/vue-chartist",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vue-chartist@^2.3.1",
    "name": "vue-chartist",
    "escapedName": "vue-chartist",
    "rawSpec": "^2.3.1",
    "saveSpec": null,
    "fetchSpec": "^2.3.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-chartist/-/vue-chartist-2.3.1.tgz",
  "_shasum": "74394bec4d8383c5237803e54c2ef7e7f3faf484",
  "_spec": "vue-chartist@^2.3.1",
  "_where": "D:\\Projects\\VueJS\\template\\minton-vue-template-v1.0.0\\Admin",
  "author": {
    "name": "Yopadd"
  },
  "browser": {
    "vue": "./node_modules/vue/dist/vue.js"
  },
  "bugs": {
    "url": "https://github.com/Yopadd/vue-chartist/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chartist": "^0.11.0"
  },
  "deprecated": false,
  "description": "Plugin chartist for vuejs",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babelify": "^7.3.0",
    "browserify": "^16.2.3",
    "http-server": "^0.10.0",
    "vue": "^2.5.17"
  },
  "homepage": "https://github.com/Yopadd/vue-chartist#readme",
  "keywords": [
    "plugin",
    "chartist",
    "charts",
    "vuejs",
    "vue"
  ],
  "license": {
    "type": "WTFPL",
    "url": "http://spdx.org/licenses/WTFPL.html#licenseText"
  },
  "main": "index.js",
  "name": "vue-chartist",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yopadd/vue-chartist.git"
  },
  "scripts": {
    "build": "babel --presets es2015 ./src/index.js -o index.js",
    "example": "npm run build && browserify -t [babelify] -e ./example/src/main.js -o ./example/public/build.js && http-server -c0 ./example/public",
    "prepare": "npm run build"
  },
  "version": "2.3.1"
}
