31 lines
531 B
JSON
31 lines
531 B
JSON
{
|
|
"name": "bootstrap-select",
|
|
"main": [
|
|
"less/bootstrap-select.less",
|
|
"dist/css/bootstrap-select.css",
|
|
"dist/js/bootstrap-select.js"
|
|
],
|
|
"version": "1.6.3",
|
|
"homepage": "https://github.com/silviomoreto/bootstrap-select",
|
|
"authors": [
|
|
"silviomoreto"
|
|
],
|
|
"keywords": [
|
|
"form",
|
|
"bootstrap",
|
|
"select",
|
|
"replacement"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.8"
|
|
},
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|