2013-11-18 01:08:13 +01:00
|
|
|
{
|
|
|
|
"name": "kremalicious",
|
|
|
|
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
|
|
|
"description": "Blog of Matthias Kretschmann",
|
|
|
|
"version": "3.0.0",
|
|
|
|
"main": "Gruntfile.js",
|
2014-08-31 18:30:30 +02:00
|
|
|
"scripts": {
|
|
|
|
"postinstall": "bower install && bundle install"
|
|
|
|
},
|
2013-11-18 01:08:13 +01:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2014-08-09 22:37:51 +02:00
|
|
|
"grunt": ">=0.4.5",
|
2014-09-07 04:49:57 +02:00
|
|
|
"grunt-combine-media-queries": ">=1.0.8",
|
2013-12-11 22:06:27 +01:00
|
|
|
"grunt-contrib-clean": ">=0.5.0",
|
|
|
|
"grunt-contrib-connect": ">=0.5.0",
|
|
|
|
"grunt-contrib-cssmin": ">=0.6.2",
|
2014-05-19 09:55:38 +02:00
|
|
|
"grunt-contrib-imagemin": ">=0.7.0",
|
2014-09-07 04:49:57 +02:00
|
|
|
"grunt-contrib-stylus": ">=0.18.0",
|
2013-12-11 22:06:27 +01:00
|
|
|
"grunt-contrib-uglify": ">=0.2.2",
|
|
|
|
"grunt-contrib-watch": ">=0.5.3",
|
|
|
|
"grunt-jekyll": ">=0.4.0",
|
|
|
|
"grunt-rev": ">=0.1.0",
|
2014-09-07 04:49:57 +02:00
|
|
|
"grunt-rsync": ">=0.2.1",
|
2014-09-07 20:31:47 +02:00
|
|
|
"grunt-text-replace": ">=0.3.12",
|
2014-09-06 15:30:15 +02:00
|
|
|
"grunt-usemin": ">=2.0.2",
|
2014-09-07 04:49:57 +02:00
|
|
|
"nib": ">=1.0.3",
|
|
|
|
"stylus": ">=0.45.0"
|
2013-11-18 01:08:13 +01:00
|
|
|
},
|
2014-07-08 14:30:49 +02:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.29"
|
|
|
|
},
|
2013-11-18 01:08:13 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2013-11-18 22:09:20 +01:00
|
|
|
"url": "git@github.com:kremalicious/kremalicious3.git"
|
2013-11-18 01:08:13 +01:00
|
|
|
}
|
|
|
|
}
|