mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 10:47:12 +10:00
* transfer all the packages who use git auto-update from https protocol to git protocol
51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"name": "fluidbox",
|
|
"filename": "jquery.fluidbox.min.js",
|
|
"version": "1.3.5",
|
|
"description": "Replicating Medium's beautiful, minimalist lightbox module",
|
|
"homepage": "https://github.com/terrymun/Fluidbox",
|
|
"authors": [
|
|
{
|
|
"name": "Terry Mun",
|
|
"email": "hello@terrymun.com",
|
|
"homagepage": "http://terrymun.com"
|
|
}
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Terry Mun",
|
|
"email": "hello@terrymun.com",
|
|
"homagepage": "http://terrymun.com"
|
|
}
|
|
],
|
|
"repositories": {
|
|
"type": "git",
|
|
"url": "https://github.com/terrymun/Fluidbox/"
|
|
},
|
|
"main": "jquery.fluidbox.js",
|
|
"keywords": [
|
|
"fluidbox",
|
|
"lightbox"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"package.json"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.9"
|
|
},
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/terrymun/Fluidbox.git",
|
|
"basePath": "",
|
|
"files": [
|
|
"*.js",
|
|
"css/fluidbox.css"
|
|
]
|
|
}
|
|
}
|