forked from glarios/jQMeter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjQMeter.jquery.json
38 lines (38 loc) · 917 Bytes
/
jQMeter.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
37
38
{
"name": "jQMeter",
"title": "jQMeter - Thermometer Plugin",
"description": "jQuery plugin that allows you to display an animated horizontal or vertical progress meter.",
"keywords": [
"progress",
"animation",
"thermometer",
"progress-meter",
"progress-thermometer",
"meter"
],
"version": "0.1.2",
"author": {
"name": "Gerardo Larios",
"url": "http://gerardolarios.com/plugins-and-tools/jqmeter/"
},
"maintainers": [
{
"name": "Gerardo Larios",
"email": "[email protected]",
"url": "http://gerardolarios.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/glarios/jQMeter/blob/master/LICENSE.txt"
}
],
"bugs": "https://github.com/glarios/jQMeter/issues",
"homepage": "http://gerardolarios.com/plugins-and-tools/jqmeter/",
"docs": "http://gerardolarios.com/plugins-and-tools/jqmeter/",
"download": "http://gerardolarios.com/plugins-and-tools/jqmeter/",
"dependencies": {
"jquery": ">=1.5"
}
}