mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
22 lines
423 B
JSON
22 lines
423 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": {
|
|
"simple-jekyll-search": ">=1.0.6",
|
|
"time-elements": ">=0.4.0"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|