forked from snapappointments/bootstrap-select
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.68 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.68 KB
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
{
"name": "bootstrap-select",
"title": "Twitter Bootstrap Select",
"version": "1.5.0",
"private": true,
"keywords": [ "bootstrap", "select", "input", "plugin" ],
"homepage": "https://github.com/biggora/bootstrap-select",
"demopage": "http://plugins.upbootstrap.com/bootstrap-select",
"description": "A custom select for Twitter Bootstrap using button dropdown",
"author": {
"name": "Silvio Moreto",
"url": "https://github.com/silviomoreto/"
},
"contributors": [{
"name": "Paul Warelis",
"url": "https://github.com/pwarelis"
},{
"name": "Alexey Gordeyev",
"url": "https://github.com/biggora"
}],
"repository": {
"type": "git",
"url": "git://github.com/biggora/bootstrap-select.git"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/biggora/bootstrap-select/blob/master/LICENSE"
}],
"scripts": {},
"dependencies": {},
"devDependencies": {
"bower": "",
"grunt": "~0.4.2",
"grunt-banner": "~0.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-csscomb": "~2.0.1",
"grunt-html-validation": "~0.1.13",
"grunt-jekyll": "~0.4.1",
"grunt-jscs-checker": "~0.3.0",
"grunt-saucelabs": "~4.1.2",
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~0.2.1",
"markdown": "~0.5.0"
}
}