select-or-die.jquery.json
912 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
41
42
{
"name": "select-or-die",
"version": "0.1.3",
"title": "Select or Die",
"author": {
"name": "Per Vestman",
"email": "per@vst.mn",
"url": "http://vst.mn"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPL",
"url": "http://www.gnu.org/copyleft/gpl.html"
}
],
"dependencies": {
"jquery": ">=1.8"
},
"description": "Yet another jQuery plugin to style/replace select elements.",
"keywords": [
"select",
"input",
"form",
"dropdown",
"native",
"replacement",
"css",
"ui",
"javascript",
"jquery",
"vestman"
],
"docs": "http://vst.mn/selectordie",
"demo": "http://vst.mn/selectordie",
"download": "https://github.com/vestman/Select-or-Die",
"bugs": "https://github.com/vestman/Select-or-Die/issues",
"homepage": "http://vst.mn/selectordie"
}