forked from t0m/select2-bootstrap-css
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 743 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 743 Bytes
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
{
"name": "select2-bootstrap-css",
"version": "1.2.3",
"description": "simple css to make select2 widgets fit in with bootstrap",
"main": "",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "grunt nodeunit"
},
"repository": {
"type": "git",
"url": "git://github.com/t0m/select2-bootstrap-css.git"
},
"keywords": [
"bootstrap",
"select2"
],
"author": "Michael Hellein",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-nodeunit": "~0.1.2",
"diff": "~1.0.4",
"grunt-contrib-sass": "~0.3.0",
"bower": "~0.9.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-bump": "0.0.11",
"matchdep": "~0.1.2"
}
}