forked from select2/select2-bootstrap-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.09 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
{
"name": "select2-bootstrap-theme",
"version": "0.1.0-beta.4",
"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": {
"diff": "~1.3.2",
"grunt": "~0.4.5",
"grunt-bump": "0.3.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-jshint": "~0.11.1",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.10.0",
"grunt-jekyll": "^0.4.2",
"matchdep": "~0.3.0"
}
}