shaf-star-rating
Version:
Accessible star rating element. Upgrades <input type="number" />
46 lines (45 loc) • 1.14 kB
JSON
{
"scripts": {
"dev": "webpack define.js index.js -p --watch",
"build": "webpack define.js index.js -p"
},
"main": "index.js",
"files": [
"index.js"
],
"name": "shaf-star-rating",
"version": "1.0.14",
"description": "Accessible star rating element. Upgrades <input type=\"number\" />",
"directories": {
"doc": "docs"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"classnames": "^2.2.5",
"create-element-class": "^1.0.1",
"document-register-element": "^1.3.0",
"preact": "^6.4.0",
"webpack": "^1.13.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aaronshaf/shaf-star-rating.git"
},
"keywords": [
"rate",
"custom",
"element",
"input",
"number",
"web-components"
],
"author": "Aaron Shafovaloff <aaronshaf@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aaronshaf/shaf-star-rating/issues"
},
"homepage": "https://github.com/aaronshaf/shaf-star-rating#readme"
}