{
  "_args": [
    [
      "react-stars@2.2.5",
      "C:\\xampp\\htdocs\\rent_now"
    ]
  ],
  "_from": "react-stars@2.2.5",
  "_id": "react-stars@2.2.5",
  "_inBundle": false,
  "_integrity": "sha1-kRhSAY4VdKD5osHfpPC8mvBxuSE=",
  "_location": "/react-stars",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-stars@2.2.5",
    "name": "react-stars",
    "escapedName": "react-stars",
    "rawSpec": "2.2.5",
    "saveSpec": null,
    "fetchSpec": "2.2.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-stars/-/react-stars-2.2.5.tgz",
  "_spec": "2.2.5",
  "_where": "C:\\xampp\\htdocs\\rent_now",
  "author": {
    "name": "Oleg Berman"
  },
  "ava": {
    "babel": {
      "presets": [
        "es2015",
        "react"
      ]
    },
    "require": [
      "babel-register"
    ]
  },
  "babel": {
    "presets": [
      "react",
      "es2015"
    ]
  },
  "bugs": {
    "url": "https://github.com/n49/react-stars/issues"
  },
  "description": "Simple star rating component for your React projects",
  "devDependencies": {
    "ava": "^0.14.0",
    "babel-cli": "^6.6.5",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-object-assign": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "prop-types": "^15.5.10",
    "react": "^15.4.1",
    "react-addons-test-utils": "^15.0.1",
    "react-dom": "^15.4.1",
    "webpack": "^1.12.15",
    "webpack-dev-server": "^1.14.1"
  },
  "homepage": "https://github.com/n49/react-stars#readme",
  "keywords": [
    "star",
    "rating",
    "react",
    "star",
    "rating",
    "component",
    "raty"
  ],
  "license": "ISC",
  "main": "dist/react-stars.js",
  "name": "react-stars",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/n49/react-stars.git"
  },
  "scripts": {
    "build": "babel src --out-dir dist",
    "build-example": "webpack -p --config=webpack.production.config.js",
    "dev": "babel src --out-dir dist --watch",
    "dev-example": "webpack-dev-server . --hot --inline"
  },
  "version": "2.2.5"
}
