mirror of https://github.com/ColorlibHQ/gentelella
19 lines
295 B
JSON
19 lines
295 B
JSON
|
{
|
||
|
"name": "starrr",
|
||
|
"authors": [
|
||
|
"ajb <adam@dobt.co>"
|
||
|
],
|
||
|
"description": "1-5 star rating with jQuery.",
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components"
|
||
|
],
|
||
|
"main": [
|
||
|
"dist/starrr.js",
|
||
|
"dist/starrr.css"
|
||
|
],
|
||
|
"dependencies": {}
|
||
|
}
|