1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 10:08:50 +02:00
blog/bower.json

31 lines
830 B
JSON
Raw Normal View History

{
"name": "kremalicious3",
"version": "1.0.0",
"homepage": "http://kremalicious.com",
"authors": [
2014-07-02 13:33:42 +02:00
"Matthias Kretschmann <m@kretschmann.io>"
],
"description": "Blog of Matthias Kretschmann",
"license": "MIT",
"dependencies": {
2014-07-02 13:33:42 +02:00
"normalize-css": ">=3.0.1",
"normalize-opentype.css": ">=0.1.2",
2014-07-02 13:33:42 +02:00
"jquery": ">=2.0.3",
"picturefill": ">=1.2.1",
2014-08-10 01:17:16 +02:00
"masonry": ">=3.1.5",
2014-07-02 13:33:42 +02:00
"imagesloaded": ">=3.1.0",
2014-08-10 01:17:16 +02:00
"jquery-infinite-scroll": ">=2.0.2",
2015-04-17 21:01:58 +02:00
"simple-jekyll-search": ">=1.0.2",
2015-04-17 23:04:01 +02:00
"jquery.adaptive-background": "https://raw.github.com/briangonzalez/jquery.adaptive-backgrounds.js/master/src/jquery.adaptive-backgrounds.js",
"time-elements": ">=0.4.0",
"webcomponentsjs": ">=0.6.1"
},
"ignore": [
2014-07-02 13:33:42 +02:00
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
2015-04-17 21:01:58 +02:00
]
}