mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
28 lines
656 B
JSON
28 lines
656 B
JSON
{
|
|
"name": "kremalicious3",
|
|
"version": "1.0.0",
|
|
"homepage": "http://mkretschmann.com",
|
|
"authors": [
|
|
"Matthias Kretschmann <m@kretschmann.io>"
|
|
],
|
|
"description": "Blog of Matthias Kretschmann",
|
|
"license": "MIT",
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
"jquery": "~2.0.3",
|
|
"picturefill": "~1.2.1",
|
|
"masonry": "http://masonry.desandro.com/masonry.pkgd.min.js",
|
|
"imagesloaded": "~3.0.4",
|
|
"infinitescroll": "https://raw.github.com/paulirish/infinite-scroll/master/jquery.infinitescroll.js"
|
|
},
|
|
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|