UNPKG

react-star-ratings

Version:

A customizable star rating component for selecting x stars or visualizing x stars

51 lines (50 loc) 1.18 kB
{ "name": "react-star-ratings", "version": "2.3.0", "description": "A customizable star rating component for selecting x stars or visualizing x stars", "main": "build/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "make build" }, "author": "Eric Kennedy <ekeric13@gmail.com> (https://github.com/ekeric13)", "license": "BSD-3-Clause", "keywords": [ "react", "component", "star", "stars", "rating", "ratings", "star ratings", "star rating", "rate", "input", "svg", "SVG", "star rating component", "svg icons", "react star rating component" ], "repository": { "type": "git", "url": "https://github.com/ekeric13/react-star-ratings.git" }, "bugs": { "url": "https://github.com/ekeric13/react-star-ratings/issues" }, "homepage": "https://github.com/ekeric13/react-star-ratings", "browserify": { "transform": [ "babelify" ] }, "devDependencies": { "react-fatigue-dev": "github:ekeric13/react-fatigue-dev" }, "dependencies": { "classnames": "^2.2.1", "prop-types": "^15.6.0", "react": "^16.1.0" } }