Add frontend assets and plugin bundles
Add the legacy frontend themes, scripts, and plugin assets required by the main SPOTA interfaces.
This commit is contained in:
31
assets/plugins/colorbox/bower.json
Normal file
31
assets/plugins/colorbox/bower.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "jquery-colorbox",
|
||||
"description": "jQuery lightbox and modal window plugin",
|
||||
"version": "1.4.32",
|
||||
"dependencies": {
|
||||
"jquery": ">=1.3.2"
|
||||
},
|
||||
"keywords": [
|
||||
"modal",
|
||||
"lightbox",
|
||||
"window",
|
||||
"popup",
|
||||
"ui",
|
||||
"jQuery"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jack Moore",
|
||||
"url": "http://www.jacklmoore.com",
|
||||
"email": "hello@jacklmoore.com"
|
||||
}
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://www.opensource.org/licenses/mit-license.php"
|
||||
}
|
||||
],
|
||||
"homepage": "http://www.jacklmoore.com/colorbox",
|
||||
"main": "jquery.colorbox.js"
|
||||
}
|
||||
Reference in New Issue
Block a user