1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-14 09:05:17 +01:00
blog/bower.json

30 lines
987 B
JSON
Raw Normal View History

{
"name": "kremalicious3",
"version": "1.0.0",
"homepage": "http://kremalicious.com",
"authors": [
"Matthias Kretschmann <m@kretschmann.io>"
],
"description": "Blog of Matthias Kretschmann",
"license": "MIT",
"dependencies": {
"jquery": ">=2.0.3",
"picturefill": ">=1.2.1",
2013-11-29 21:36:09 +01:00
"masonry": "http://masonry.desandro.com/masonry.pkgd.min.js",
"imagesloaded": ">=3.0.4",
2013-11-30 17:13:19 +01:00
"infinitescroll": "https://raw.github.com/paulirish/infinite-scroll/master/jquery.infinitescroll.js",
2013-12-07 16:00:56 +01:00
"simpleJekyllSearch": "https://raw.github.com/christian-fei/Simple-Jekyll-Search/master/simpleJekyllSearch.js",
"socialite": "https://raw.github.com/tmort/Socialite/master/socialite.js",
"jquery.adaptive-background": "https://raw.github.com/briangonzalez/jquery.adaptive-backgrounds.js/master/src/jquery.adaptive-background.js"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}