first commit
This commit is contained in:
29
templates/cassiopeia/lightbox/bower.json
Normal file
29
templates/cassiopeia/lightbox/bower.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "lightbox2",
|
||||
"homepage": "http://lokeshdhakar.com/projects/lightbox2/",
|
||||
"authors": [
|
||||
"Lokesh Dhakar <lokesh.dhakar@gmail.com>"
|
||||
],
|
||||
"description": "The original Lightbox script. Uses jQuery.",
|
||||
"main": [
|
||||
"./dist/js/lightbox.js",
|
||||
"./dist/css/lightbox.css"
|
||||
],
|
||||
"keywords": [
|
||||
"lightbox",
|
||||
"lightbox2",
|
||||
"overlay",
|
||||
"gallery",
|
||||
"slideshow",
|
||||
"images"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": ">2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user