-
Notifications
You must be signed in to change notification settings - Fork 62
/
flapper.jquery.json
39 lines (39 loc) · 1.11 KB
/
flapper.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
39
{
"name": "flapper",
"title": "Flapper",
"description": "A split-flap (Solari) display for numbers and words.",
"keywords": [
"solari",
"split-flap",
"splitflap",
"display",
"numeric",
"retro"
],
"version": "1.1.3",
"author": {
"name": "Justin Kerr Sheckler",
"url": "https://github.com/jayKayEss/Flapper/blob/master/authors.txt"
},
"maintainers": [
{
"name": "Justin Kerr Sheckler",
"email": "self@jaykayess.com",
"url": "http://www.jaykayess.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jayKayEss/Flapper/blob/master/license.txt"
}
],
"bugs": "https://github.com/jayKayEss/Flapper/issues",
"homepage": "http://lab.jaykayess.com/Flapper/",
"demo": "http://lab.jaykayess.com/Flapper/demo.html",
"docs": "https://github.com/jayKayEss/Flapper/blob/master/README.md",
"download": "https://github.com/jayKayEss/Flapper/archive/master.zip",
"dependencies": {
"jquery": ">=1.8"
}
}