{
  "name": "odgn-react-star-rating",
  "version": "1.4.4",
  "description": "A simple star rating component built with React.",
  "main": "./dist/react-star-rating.min.js",
  "scripts": {
    "start": "npm run watch",
    "watch": "gulp watch",
    "build": "gulp dist",
    "test": "karma start",
    "prepublish": "npm run build"
  },
  "homepage": "https://github.com/odogono/react-star-rating",
  "repository": {
    "type": "git",
    "url": "https://github.com/odogono/react-star-rating.git"
  },
  "author": "Cameron J Roe <cameronjroe@gmail.com> (http://cameronjroe.com/)",
  "license": "MIT",
  "dependencies": {
    "classnames": "^2.2.0"
  },
  "peerDependencies": {
    "prop-types": "^15.0.0",
    "react": "^15.0.0",
    "react-dom": "^15.0.0",
    "react-addons-test-utils": "^15.0.0"
  },
  "devDependencies": {
    "babel-eslint": "^7.1.0",
    "babel-preset-es2015": "^6.0.15",
    "babel-preset-react": "^6.0.15",
    "babel-preset-stage-0": "^6.1.2",
    "babelify": "^7.2.0",
    "browserify": "^13.1.1",
    "chai": "^3.4.0",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.0.0",
    "gulp-concat": "^2.6.0",
    "gulp-eslint": "^3.0.1",
    "gulp-jshint": "^2.0.2",
    "gulp-karma": "0.0.5",
    "gulp-minify-css": "^1.2.1",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.4",
    "gulp-sass": "^2.1.0",
    "gulp-uglify": "^2.0.0",
    "gulp-webserver": "^0.9.1",
    "isparta": "^3.5.1",
    "istanbul-instrumenter-loader": "^1.0.0",
    "jshint-stylish": "^2.0.1",
    "karma": "^0.13.15",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-coverage": "^0.5.3",
    "karma-mocha": "^0.2.0",
    "karma-sinon": "^1.0.4",
    "karma-sourcemap-loader": "^0.3.6",
    "mocha": "^2.3.3",
    "node-bourbon": "^4.2.3",
    "node-sass": "^3.4.1",
    "sinon": "^1.17.2",
    "through2": "^2.0.0",
    "vinyl-source-stream": "^1.1.0"
  }
}
