{
  "_args": [
    [
      "vue-star-rating@1.6.1",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "vue-star-rating@1.6.1",
  "_id": "vue-star-rating@1.6.1",
  "_inBundle": false,
  "_integrity": "sha512-JSmVx16rcxyw4Ma6YQ5DnIExyjF4IFf/ypxh3zfmtFZzE/hjswDT0fLn1vF4ERxDbAp0nHA3u51BYFbA8gyYyQ==",
  "_location": "/vue-star-rating",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-star-rating@1.6.1",
    "name": "vue-star-rating",
    "escapedName": "vue-star-rating",
    "rawSpec": "1.6.1",
    "saveSpec": null,
    "fetchSpec": "1.6.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-star-rating/-/vue-star-rating-1.6.1.tgz",
  "_spec": "1.6.1",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "Craig Humphreys"
  },
  "bugs": {
    "url": "https://github.com/craigh411/vue-star-rating/issues"
  },
  "description": "A simple, highly customisable star rating component for Vue 2.x.",
  "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"
  },
  "files": [
    "dist",
    "src"
  ],
  "homepage": "https://github.com/craigh411/vue-star-rating#readme",
  "keywords": [
    "star rating",
    "star",
    "vue",
    "vue.js",
    "vue 2"
  ],
  "license": "MIT",
  "main": "dist/star-rating.min.js",
  "name": "vue-star-rating",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/craigh411/vue-star-rating.git"
  },
  "scripts": {
    "dev": "webpack-dev-server --content-base ./examples/commonjs --env=webpack.dev --open --hot",
    "dist": "webpack --env=webpack.dist",
    "lint": "eslint src --ext=js,vue  || exit 0",
    "lint:fix": "eslint src --ext=js,vue --fix  || exit 0",
    "test": "karma start",
    "test:watch": "karma start --single-run=false"
  },
  "version": "1.6.1"
}
