mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
27 lines
763 B
JSON
27 lines
763 B
JSON
{
|
|
"name": "kremalicious",
|
|
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
|
"description": "Blog of Matthias Kretschmann",
|
|
"version": "3.0.0",
|
|
"main": "Gruntfile.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-less": "~0.6.4",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-contrib-cssmin": "~0.6.2",
|
|
"grunt-contrib-imagemin": "~0.3.0",
|
|
"grunt-combine-media-queries": "~1.0.8",
|
|
"grunt-contrib-uglify": "~0.2.2",
|
|
"grunt-jekyll": "~0.4.0",
|
|
"grunt-contrib-connect": "~0.5.0",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-rsync": "~0.2.1",
|
|
"grunt-responsive-images": "0.0.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:kremalicious/kremalicious3.git"
|
|
}
|
|
}
|