-
Notifications
You must be signed in to change notification settings - Fork 498
/
package.json
55 lines (55 loc) · 1.41 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
{
"name": "select2-bootstrap-theme",
"version": "0.1.0-beta.10",
"description": "A theme for Select2 v4 and Bootstrap 3.",
"main": "",
"style": "select2-bootstrap.css",
"homepage": "https://select2.github.io/select2-bootstrap-theme",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "grunt nodeunit"
},
"repository": {
"type": "git",
"url": "git://github.com/select2/select2-bootstrap-theme.git"
},
"bugs": {
"url": "https://github.com/select2/select2-bootstrap-theme/issues"
},
"keywords": [
"bootstrap",
"select2",
"css",
"sass",
"less"
],
"author": "Florian Kissling",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"Respond.js": "github:scottjehl/Respond#1.4.2",
"anchor-js": "^3.2.1",
"autoprefixer": "^6.4.0",
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"diff": "^2.2.3",
"grunt": "^1.0.1",
"grunt-browser-sync": "^2.2.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-gh-pages": "^1.2.0",
"grunt-jekyll": "^0.4.4",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.0.0",
"grunt-scss2less": "0.0.1",
"grunt-stamp": "^0.3.0",
"matchdep": "^1.0.1"
}
}