forked from select2/select2-bootstrap-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "select2-bootstrap-theme",
"version": "0.1.0-beta.8",
"description": "A theme for Select2 v4 and Bootstrap 3.",
"main": "",
"style": "select2-bootstrap.css",
"homepage": "https://github.com/select2/select2-bootstrap-theme",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "grunt nodeunit"
},
"repository": {
"type": "git",
"url": "git://github.com/select2/select2-bootstrap-theme.git"
},
"keywords": [
"bootstrap",
"select2",
"css"
],
"author": "Florian Kissling",
"license": {
"type": "MIT",
"url": "https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE"
},
"readmeFilename": "README.md",
"devDependencies": {
"autoprefixer": "^6.3.6",
"diff": "^2.2.2",
"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-nodeunit": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-gh-pages": "^1.1.0",
"grunt-jekyll": "^0.4.4",
"grunt-postcss": "^0.8.0",
"grunt-scss2less": "0.0.1",
"matchdep": "^1.0.1"
}
}