28 lines
554 B
JSON
28 lines
554 B
JSON
{
|
|
"name": "star-rating.js",
|
|
"description": "This zero-dependency library transforms a SELECT into a dynamic star rating element.",
|
|
"version": "3.4.0",
|
|
"homepage": "https://github.com/pryley/star-rating.js",
|
|
"authors": [
|
|
"Paul Ryley <paul@geminilabs.io>"
|
|
],
|
|
"main": [
|
|
"dist/star-rating.js",
|
|
"dist/star-rating.css"
|
|
],
|
|
"keywords": [
|
|
"starrating",
|
|
"star-rating",
|
|
"geminilabs",
|
|
"pryley"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|