-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjquery.bartimer.json
More file actions
40 lines (40 loc) · 858 Bytes
/
jquery.bartimer.json
File metadata and controls
40 lines (40 loc) · 858 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
33
34
35
36
37
38
39
40
{
"name": "bartimer",
"title": "jQuery BarTimer",
"description": "A CSS3-based bar timer.",
"keywords": [
"ui",
"animation",
"time",
"timer",
"timing",
"countdown",
"ready",
"css3"
],
"version": "0.1",
"author": {
"name": "Michael Beyer",
"email": "mgbeyer@gmx.de",
"url": "https://github.com/mgbeyer"
},
"maintainers": [
{
"name": "Michael Beyer",
"email": "mgbeyer@gmx.de",
"url": "https://github.com/mgbeyer"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mgbeyer/jquery.bartimer/LICENSE.txt"
}
],
"bugs": "https://github.com/mgbeyer/jquery.bartimer/issues",
"homepage": "https://github.com/mgbeyer/jquery.bartimer",
"docs": "https://github.com/mgbeyer/jquery.bartimer",
"dependencies": {
"jquery": ">=1.5"
}
}