Files
cdnjs/ajax/libs/fluidbox/package.json
T
Peter Dave Hello 99d9ce1071 speed up git auto-update
* transfer all the packages who use git auto-update from https protocol to git protocol
2014-09-10 01:29:36 +08:00

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"
]
}
}