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

22 lines
423 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": {
2015-05-29 03:12:33 +02:00
"simple-jekyll-search": ">=1.0.6",
2015-05-31 20:23:26 +02:00
"time-elements": ">=0.4.0"
},
"ignore": [
2014-07-02 13:33:42 +02:00
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
2015-04-17 21:01:58 +02:00
]
}