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-08-10 01:17:16 +02:00
|
|
|
"jquery-infinite-scroll": ">=2.0.2",
|
2015-05-29 01:14:12 +02:00
|
|
|
"simple-jekyll-search": ">=2.0.0",
|
2015-04-17 23:04:01 +02:00
|
|
|
"time-elements": ">=0.4.0",
|
|
|
|
"webcomponentsjs": ">=0.6.1"
|
2013-11-25 22:00:15 +01:00
|
|
|
},
|
|
|
|
"ignore": [
|
2014-07-02 13:33:42 +02:00
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
2015-04-17 21:01:58 +02:00
|
|
|
]
|
2013-11-25 22:00:15 +01:00
|
|
|
}
|