-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwordclock.jquery.json
More file actions
43 lines (43 loc) · 1.17 KB
/
wordclock.jquery.json
File metadata and controls
43 lines (43 loc) · 1.17 KB
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
41
42
43
{
"author": {
"name": "James Aitken",
"email": "loonypandora@gmail.com",
"url": "http://loonypandora.co.uk"
},
"bugs": {
"url": "https://github.com/LoonyPandora/jQuery-WordClock/issues"
},
"demo": "http://loonypandora.co.uk/jQuery-WordClock",
"dependencies": {
"jquery": ">=1.4.3"
},
"description": "Make clocks using words instead of numbers",
"docs": "https://github.com/LoonyPandora/jQuery-WordClock/blob/master/README.markdown",
"homepage": "https://github.com/LoonyPandora/jQuery-WordClock",
"keywords": [
"word",
"clock",
"wordclock",
"numbers",
"timer",
"countdown",
"visualization"
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPLv2",
"url": "http://opensource.org/licenses/gpl-2.0"
}
],
"name": "wordclock",
"repository": {
"type": "git",
"url": "git://github.com/LoonyPandora/jQuery-WordClock.git"
},
"title": "WordClock",
"version": "0.9.3"
}