You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
620 B
30 lines
620 B
{ |
|
"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" |
|
] |
|
}
|
|
|