react-ratings-declarative
Version:
A customizable rating component for selecting x widgets or visualizing x widgets
62 lines (61 loc) • 1.52 kB
JSON
{
"name": "react-ratings-declarative",
"version": "3.4.1",
"description": "A customizable rating component for selecting x widgets or visualizing x widgets",
"main": "build/index.js",
"scripts": {
"test": "jest __tests__",
"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",
"react widgets",
"rating widgets"
],
"repository": {
"type": "git",
"url": "https://github.com/ekeric13/react-ratings-declarative.git"
},
"bugs": {
"url": "https://github.com/ekeric13/react-ratings-declarative/issues"
},
"homepage": "https://github.com/ekeric13/react-ratings-declarative",
"browserify": {
"transform": [
"babelify"
]
},
"devDependencies": {
"babel-jest": "^22.4.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"jest": "^22.4.2",
"react-dom": "^16.2.0",
"react-fatigue-dev": "github:ekeric13/react-fatigue-dev",
"react-test-renderer": "^16.2.0"
},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.6.0",
"react": "^16.2.0"
}
}