deployment ready

This commit is contained in:
Rohit
2019-06-07 01:50:06 -04:00
parent 28f9d5041d
commit 622b0d9490
51 changed files with 25784 additions and 181 deletions

48
bower_components/selectize/bower.json vendored Normal file
View File

@@ -0,0 +1,48 @@
{
"name": "selectize",
"keywords": [
"select",
"ui",
"form",
"input",
"control",
"autocomplete",
"tagging",
"tag"
],
"description": "Selectize is a jQuery-based custom <select> UI control. Useful for tagging, contact lists, country selectors, etc.",
"license": "Apache License, Version 2.0",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/selectize/selectize.js.git"
},
"main": [
"dist/css/selectize.css",
"dist/js/selectize.js"
],
"ignore": [
"Makefile",
"Gruntfile.js",
"examples",
"node_modules",
"bower_components",
"docs",
"src",
"test",
".travis.yml",
"testem.json",
"selectize.jquery.json",
"*.sh",
"package.json"
],
"dependencies": {
"jquery": ">=1.7.0",
"microplugin": "0.0.x",
"sifter": "0.5.x"
},
"devDependencies": {
"bootstrap2": "bootstrap#2",
"bootstrap3": "bootstrap#3.2"
}
}