Files

80 lines
1.9 KiB
JSON

{
"name": "bootstrap-select",
"title": "bootstrap-select",
"filename": "js/bootstrap-select.min.js",
"description": "A custom <select> for Bootstrap using button dropdown as replacement",
"version": "1.6.3",
"homepage": "http://silviomoreto.github.io/bootstrap-select/",
"author": {
"name": "Silvio Moreto",
"url": "https://github.com/silviomoreto/"
},
"contributors": [
{
"name": "Silvio Moreto",
"url": "http://github.com/silviomoreto"
},
{
"name": "Ana Carolina",
"url": "http://github.com/anacarolinats"
},
{
"name": "caseyjhol",
"url": "https://github.com/caseyjhol"
},
{
"name": "Matt Bryson",
"url": "https://github.com/mattbryson"
},
{
"name": "t0xicCode",
"url": "https://github.com/t0xicCode"
}
],
"repository": {
"type": "git",
"url": "git://github.com/silviomoreto/bootstrap-select.git"
},
"bugs": {
"url": "https://github.com/silviomoreto/bootstrap-select/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE"
},
"dependencies": {
"jquery": ">=1.8"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-less": "~0.11.3",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-clean": "~0.6.0",
"load-grunt-tasks": "~0.6.0",
"grunt-banner": "~0.2.3",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-sed": "~0.1.1",
"grunt-autoprefixer": "~1.0.0"
},
"keywords": [
"form",
"bootstrap",
"select",
"replacement"
],
"autoupdate": {
"source": "git",
"target": "git://github.com/silviomoreto/bootstrap-select.git",
"basePath": "dist/",
"files": [
"*/*/*",
"*/*"
]
}
}