This commit is contained in:
季圣华
2016-10-30 17:05:08 +08:00
parent 88a3765c02
commit 6c2a372179
93 changed files with 4999 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
{
"name": "jquery-colorbox",
"description": "jQuery lightbox and modal window plugin",
"version": "1.5.8",
"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",
"ignore": [
"colorbox.jquery.json",
"colorbox.ai",
"content",
"example1/index.html",
"example2/index.html",
"example3/index.html",
"example4/index.html",
"example5/index.html"
]
}