1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-14 09:05:17 +01:00
blog/bower.json

21 lines
384 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": {
"time-elements": ">=0.4.0"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}