forked from snapappointments/bootstrap-select
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
75 lines (75 loc) · 1.9 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
73
74
75
{
"name": "bootstrap-select-sass",
"title": "bootstrap-select-sass",
"filename": "bootstrap-select-sass.js",
"description": "A custom <select> for Bootstrap using button dropdown as replacement, ported to SASS",
"version": "1.6.3",
"homepage": "https://github.com/paulrose/bootstrap-select-sass",
"author": {
"name": "Silvio Moreto",
"url": "https://github.com/silviomoreto/"
},
"contributors": [
{
"name": "Silvio Moreto",
"url": "http://github.com/silviomoreto"
},
{
"name": "Ana Carolina",
"url": "http://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"
},
{
"name": "Paul Rose",
"url": "https://github.com/paulrose"
}
],
"repository": {
"type": "git",
"url": "git://github.com/paulrose/bootstrap-select-sass.git"
},
"bugs": {
"url": "https://github.com/paulrose/bootstrap-select-sass/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/paulrose/bootstrap-select-sass/blob/master/LICENSE"
},
"dependencies": {
"jquery": ">=1.8"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "~1.0.0",
"grunt-banner": "~0.2.3",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "^0.12.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~0.6.0"
},
"keywords": [
"form",
"bootstrap",
"select",
"replacement"
]
}