-
Notifications
You must be signed in to change notification settings - Fork 2
/
konami.jquery.json
32 lines (32 loc) · 917 Bytes
/
konami.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
{
"name": "konami",
"title": "jQuery Konami",
"description": "Hmm, what should I say... not much! It is konami, read more on <a href='http://en.wikipedia.org/wiki/Konami_Code'>wikipedia</a>",
"keywords": [
"konami",
"konamicode",
"animateto",
"letters",
"keydown",
"keyup"
],
"version": "0.0.2",
"author": {
"name": "Yannick Albert",
"email" : "[email protected]",
"url": "https://github.com/yckart"
},
"licenses": [
{
"type": "MIT",
"url": "http://yckart.com/mit/"
}
],
"homepage": "http://yckart.github.com/jquery.konami.js",
"demo": "http://yckart.github.com/jquery.konami.js",
"docs": "https://github.com/yckart/jquery.konami.js",
"bugs": "https://github.com/yckart/jquery.konami.js/issues",
"dependencies": {
"jquery": ">=1.6"
}
}