forked from snapappointments/bootstrap-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.78 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "bootstrap-select",
"title": "bootstrap-select",
"main": "dist/js/bootstrap-select.js",
"description": "Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.",
"version": "1.12.4",
"homepage": "https://silviomoreto.github.io/bootstrap-select",
"author": {
"name": "Silvio Moreto",
"url": "https://github.com/silviomoreto"
},
"contributors": [
{
"name": "Silvio Moreto",
"url": "https://github.com/silviomoreto"
},
{
"name": "Ana Carolina",
"url": "https://github.com/anacarolinats"
},
{
"name": "caseyjhol",
"url": "https://github.com/caseyjhol"
},
{
"name": "Matt Bryson",
"url": "https://github.com/mattbryson"
},
{
"name": "t0xicCode",
"url": "https://github.com/t0xicCode"
}
],
"repository": {
"type": "git",
"url": "git://github.com/silviomoreto/bootstrap-select.git"
},
"files": [
"dist",
"js/**/*.js",
"less",
"sass"
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.8"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-umd": "^2.3.6",
"grunt-version": "^1.1.1",
"load-grunt-tasks": "^3.5.2"
},
"keywords": [
"form",
"bootstrap",
"select",
"replacement"
]
}