Add the new home screen view and template, issue #108

This commit is contained in:
Roberto Rosario
2015-01-06 22:14:31 -04:00
parent fbb6dccd98
commit d91a0c1fab
173 changed files with 9020 additions and 24 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "fancybox",
"version": "2.1.5",
"main": [
"source/jquery.fancybox.css",
"source/jquery.fancybox.js",
"source/blank.gif",
"source/fancybox_loading.gif",
"source/fancybox_loading@2x.gif",
"source/fancybox_overlay.png",
"source/fancybox_sprite.png",
"source/fancybox_sprite@2x.png",
"source/jquery.fancybox.pack.js"
],
"ignore": [
"**/.*",
"fancybox.jquery.json",
"demo"
],
"dependencies": {
"jquery": ">=1.10",
"jquery-mousewheel": "~3.1.3"
}
}