forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
31 lines
620 B
JSON
31 lines
620 B
JSON
{
|
|
"name": "jquery-bar-rating",
|
|
"version": "1.2.2",
|
|
"homepage": "http://antenna.io/demo/jquery-bar-rating/examples/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/antennaio/jquery-bar-rating.git"
|
|
},
|
|
"authors": [
|
|
"Antenna.io <antenna@antenna.io>"
|
|
],
|
|
"description": "Minimal, light-weight jQuery ratings.",
|
|
"main": "jquery.barrating.js",
|
|
"keywords": [
|
|
"jquery",
|
|
"ratings",
|
|
"rating"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jquery": ">=1.7.2"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"examples"
|
|
]
|
|
}
|