forked from snapappointments/bootstrap-select
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 730 Bytes
/
package.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
{
"name": "bootstrap-select",
"title": "bootstrap-select",
"filename": "bootstrap-select.js",
"description": "A custom <select> for Bootstrap using button dropdown as replacement",
"version": "1.5.4",
"homepage": "http://silviomoreto.github.io/bootstrap-select/",
"author": {
"name": "Silvio Moreto",
"url": "https://github.com/silviomoreto/"
},
"repository": {
"type": "git",
"url": "git://github.com/antonellopasella/bootstrap-select.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/silviomoreto/bootstrap-select/blob/master/README.md#copyright-and-license"
}
],
"dependencies": {
"jquery": "1.8"
},
"keywords": [
"form",
"bootstrap",
"select",
"replacement"
]
}