-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy paththermometer.jquery.json
More file actions
32 lines (32 loc) · 931 Bytes
/
thermometer.jquery.json
File metadata and controls
32 lines (32 loc) · 931 Bytes
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
{
"name": "thermometer",
"title": "jQuery Thermometer",
"description": "jQuery plugin for creating thermometers and progress meters.",
"keywords": [
"thermometer"
],
"version": "1.0.0",
"author": {
"name": "Noah Cooper",
"url": "https://github.com/noahcooper"
},
"maintainers": [
{
"name": "Noah Cooper",
"email": "noah.cooper@hotmail.com",
"url": "https://github.com/noahcooper"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/noahcooper/jQuery.thermometer/blob/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/noahcooper/jQuery.thermometer/issues",
"homepage": "https://github.com/noahcooper/jQuery.thermometer",
"docs": "https://github.com/noahcooper/jQuery.thermometer",
"dependencies": {
"jquery": ">=1.6.4"
}
}