{
  "author": "WAAVI",
  "name": "vue-wcharts",
  "version": "0.4.8",
  "description": "Vuejs charts",
  "license": "MIT",
  "homepage": "https://vue-wcharts.waavi.com",
  "repository": "waavi/vue-wcharts",
  "bugs": {
    "url": "https://github.com/Waavi/vue-wcharts/issues"
  },
  "keywords": [
    "vue",
    "vuejs",
    "vuechart",
    "vue-chart",
    "chart"
  ],
  "scripts": {
    "serve": "vue-cli-service serve --open demo/main.js",
    "build": "vue-cli-service build --target lib --name vue-wcharts src/index.js",
    "build:docs": "vuepress build docs",
    "serve:docs": "vuepress dev docs",
    "test": "vue-cli-service test:unit",
    "test:debug": "node --inspect-brk node_modules/.bin/vue-cli-service test:unit --no-cache --watch --runInBand",
    "lint": "vue-cli-service lint",
    "stylelint": "node_modules/stylelint/bin/stylelint.js ./src --formatter verbose",
    "validate": "yarn lint && yarn stylelint && yarn test",
    "prepublishOnly": "yarn run validate && yarn run build && rm dist/demo.html"
  },
  "main": "src/index.js",
  "unpkg": "dist/vue-wcharts.umd.min.js",
  "jsDelivr": "dist/vue-wcharts.umd.min.js",
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "d3-array": "^2.2.0",
    "d3-scale": "d3/d3-scale",
    "d3-shape": "^1.3.5",
    "gsap": "^2.1.3",
    "lodash.debounce": "^4.0.8",
    "lodash.merge": "^4.6.2",
    "lodash.noop": "^3.0.1",
    "lodash.omit": "^4.5.0",
    "lodash.sortby": "^4.7.0",
    "vue-types": "^1.5.3"
  },
  "peerDependencies": {
    "vue": "^2.5.0"
  },
  "devDependencies": {
    "@vue/babel-preset-app": "^4.0.0-alpha.1",
    "@vue/cli-plugin-babel": "^3.5.0",
    "@vue/cli-plugin-eslint": "^3.5.0",
    "@vue/cli-plugin-unit-jest": "^3.5.0",
    "@vue/cli-service": "^3.5.0",
    "@vue/eslint-config-airbnb": "^4.0.0",
    "@vue/eslint-config-standard": "^4.0.0",
    "@vue/test-utils": "1.0.0-beta.29",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-loader": "^8.0.6",
    "coveralls": "^3.0.6",
    "eslint": "^5.8.0",
    "eslint-plugin-vue": "^5.0.0",
    "eslint-plugin-vue-types": "^1.0.0",
    "lint-staged": "^8.1.4",
    "node-sass": "^4.9.0",
    "sass-loader": "^7.1.0",
    "stylelint": "^10.1.0",
    "stylelint-config-recommended": "^2.1.0",
    "stylelint-config-recommended-scss": "^3.2.0",
    "stylelint-scss": "^3.5.4",
    "stylelint-webpack-plugin": "^0.10.5",
    "vue": "^2.6.6",
    "vue-sauce": "^1.0.2",
    "vue-template-compiler": "^2.5.21"
  },
  "gitHooks": {
    "pre-push": "yarn validate"
  }
}
