2013-11-25 22:00:15 +01:00
|
|
|
{
|
|
|
|
"name": "kremalicious3",
|
|
|
|
"version": "1.0.0",
|
2013-12-11 22:06:27 +01:00
|
|
|
"homepage": "http://kremalicious.com",
|
2013-11-25 22:00:15 +01:00
|
|
|
"authors": [
|
2014-07-02 13:33:42 +02:00
|
|
|
"Matthias Kretschmann <m@kretschmann.io>"
|
2013-11-25 22:00:15 +01:00
|
|
|
],
|
|
|
|
"description": "Blog of Matthias Kretschmann",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2014-07-02 13:33:42 +02:00
|
|
|
"normalize-css": ">=3.0.1",
|
2014-07-25 17:26:11 +02:00
|
|
|
"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",
|
2014-07-02 13:33:42 +02:00
|
|
|
"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"
|
2013-11-25 22:00:15 +01:00
|
|
|
},
|
|
|
|
"ignore": [
|
2014-07-02 13:33:42 +02:00
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
}
|
2013-11-25 22:00:15 +01:00
|
|
|
}
|