1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-11 23:55:16 +01:00
blog/bower.json

31 lines
871 B
JSON

{
"name": "kremalicious3",
"version": "1.0.0",
"homepage": "http://kremalicious.com",
"authors": [
"Matthias Kretschmann <m@kretschmann.io>"
],
"description": "Blog of Matthias Kretschmann",
"license": "MIT",
"dependencies": {
"normalize-css": ">=3.0.1",
"normalize-opentype.css": ">=0.1.2",
"jquery": ">=2.0.3",
"picturefill": ">=1.2.1",
"masonry": ">=3.1.5",
"imagesloaded": ">=3.1.0",
"jquery-infinite-scroll": ">=2.0.2",
"simpleJekyllSearch": "https://raw.github.com/christian-fei/Simple-Jekyll-Search/master/jekyll-search.jquery.js",
"jquery.adaptive-background": "https://raw.github.com/briangonzalez/jquery.adaptive-backgrounds.js/master/src/jquery.adaptive-backgrounds.js"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
}
}