38 lines
878 B
JSON
38 lines
878 B
JSON
{
|
|
"name": "select2-bootstrap-css",
|
|
"version": "1.4.1",
|
|
"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",
|
|
"grunt-contrib-copy": "^0.5.0",
|
|
"grunt-jekyll": "^0.4.2",
|
|
"grunt-gh-pages": "^0.9.1",
|
|
"grunt-contrib-watch": "^0.6.1"
|
|
}
|
|
}
|