-
Notifications
You must be signed in to change notification settings - Fork 62
/
flagstrap.jquery.json
39 lines (39 loc) · 971 Bytes
/
flagstrap.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": "boilerplate",
"title": "FlagStrap",
"description": "A lightwieght jQuery plugin for creating Bootstrap 3 compatible country select boxes with flags.",
"keywords": [
"jquery",
"bootstrap",
"country",
"flag",
"flagstrap",
"jquery-flagstrap"
],
"version": "1.0",
"author": {
"name": "Alex Carter",
"email": "[email protected]",
"url": "https://github.com/blazeworx"
},
"maintainers": [
{
"name": "Alex Carter",
"email": "[email protected]",
"url": "https://github.com/blazeworx"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://blazeworx.mit-license.org/"
}
],
"bugs": "https://github.com/blazeworx/flagstrap/issues",
"homepage": "http://www.blazeworx.com/flagstrap",
"docs": "https://github.com/blazeworx/flagstrap#readme",
"download": "https://github.com/blazeworx/flagstrap/archive/master.zip",
"dependencies": {
"jquery": ">=1.4"
}
}