{
  "name": "vue-chartist",
  "version": "3.0.0",
  "description": "Plugin chartist for vuejs",
  "main": "index.js",
  "scripts": {
    "example": "npm run build && browserify -t [babelify] -e ./example/src/main.js -o ./example/public/build.js && http-server -c0 ./example/public",
    "build": "babel --presets es2015 ./src/index.js -o index.js",
    "prepare": "npm run build"
  },
  "browser": {
    "vue": "./node_modules/vue/dist/vue.cjs.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yopadd/vue-chartist.git"
  },
  "keywords": [
    "plugin",
    "chartist",
    "charts",
    "vuejs",
    "vue"
  ],
  "author": "Yopadd",
  "license": {
    "type": "WTFPL",
    "url": "http://spdx.org/licenses/WTFPL.html#licenseText"
  },
  "bugs": {
    "url": "https://github.com/Yopadd/vue-chartist/issues"
  },
  "homepage": "https://github.com/Yopadd/vue-chartist#readme",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babelify": "^10.0.0",
    "browserify": "^17.0.0",
    "http-server": "^13.0.2",
    "vue": "^3.1.5"
  },
  "dependencies": {
    "chartist": "^0.11.4"
  }
}
