-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflexible.stars.jquery.json
executable file
·36 lines (36 loc) · 1.17 KB
/
flexible.stars.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "flexible.stars",
"title": "Flexible Stars",
"description": "jQuery plugin makes easy to install 5 stars rate widget to your web page with custom CSS styles. All settings gets from HTML data- attributes, or you can init plugin as usual, by pass init object: $('.myStars').flexibleStars(init). Also, all div.flexible-stars becomes 5 flexibleStars automaticly.",
"keywords": [
"rate",
"five",
"stars",
"vote"
],
"version": "1.0.2",
"author": {
"name": "Titov Anton",
"url": "http://www.titovanton.com",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Titov Anton",
"url": "http://www.titovanton.com",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://opensource.org/licenses/Apache-2.0"
}
],
"homepage": "http://www.titovanton.com",
"demo": "http://www.titovanton.com/flexible-stars/example",
"docs": "https://github.com/titovanton-com/flexible-stars",
"dependencies": {
"jquery": ">=1.8"
}
}