forked from Coded/SIPRP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
480 B
30 lines
480 B
{
|
|
"name": "bootstrap-select",
|
|
"main": [
|
|
"bootstrap-select.css",
|
|
"bootstrap-select.js"
|
|
],
|
|
"version": "1.5.4",
|
|
"homepage": "https://github.com/silviomoreto/bootstrap-select",
|
|
"authors": [
|
|
"silviomoreto"
|
|
],
|
|
"keywords": [
|
|
"form",
|
|
"bootstrap",
|
|
"select",
|
|
"replacement"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.7"
|
|
},
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|