{
  "name": "vue-star-rating",
  "version": "1.6.1",
  "description": "A simple, highly customisable star rating component for Vue 2.x.",
  "main": "dist/star-rating.min.js",
  "scripts": {
    "test": "karma start",
    "test:watch": "karma start --single-run=false",
    "lint": "eslint src --ext=js,vue  || exit 0",
    "lint:fix": "eslint src --ext=js,vue --fix  || exit 0",
    "dev": "webpack-dev-server --content-base ./examples/commonjs --env=webpack.dev --open --hot",
    "dist": "webpack --env=webpack.dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/craigh411/vue-star-rating.git"
  },
  "files": [
    "dist",
    "src"
  ],
  "keywords": [
    "star rating",
    "star",
    "vue",
    "vue.js",
    "vue 2"
  ],
  "author": "Craig Humphreys",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/craigh411/vue-star-rating/issues"
  },
  "homepage": "https://github.com/craigh411/vue-star-rating#readme",
  "devDependencies": {
    "babel-core": "^6.24.1",
    "babel-loader": "^7.0.0",
    "babel-preset-es2015": "^6.18.0",
    "css-loader": "^0.28.1",
    "eslint-config-vue": "^2.0.2",
    "eslint-loader": "^1.7.1",
    "eslint-plugin-vue": "^2.0.1",
    "jasmine": "^2.5.3",
    "karma": "^1.4.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-spec-reporter": "0.0.26",
    "karma-webpack": "^2.0.3",
    "vue": "^2.3.3",
    "vue-loader": "^12.0.4",
    "vue-template-compiler": "^2.3.3",
    "webpack": "^2.5.1",
    "webpack-dev-server": "^2.4.5"
  }
}
