1
0
Fork 0
blog/package.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2013-11-18 01:08:13 +01:00
{
2015-05-31 20:23:26 +02:00
"name": "kremalicious",
"author": "Matthias Kretschmann <m@kretschmann.io>",
"description": "Blog of Matthias Kretschmann",
"version": "3.0.0",
2015-06-07 00:44:18 +02:00
"license": "MIT",
"main": "gulpfile.js",
2015-05-31 20:23:26 +02:00
"scripts": {
"postinstall": "bower install && bundle install"
},
"dependencies": {
"imagesloaded": ">=3.1.8",
"jquery": ">=2.1.4",
"masonry-layout": ">=3.3.0",
"normalize-css": ">=2.3.1",
"normalize-opentype.css": ">=0.2.4",
"picturefill": ">=2.3.1",
"webcomponents.js": ">=0.7.1"
},
"devDependencies": {
"del": ">=1.2.0",
"gulp": ">=3.8.0",
"gulp-autoprefixer": ">=2.3.0",
"gulp-combine-mq": ">=0.4.0",
"gulp-concat": ">=2.5.2",
"gulp-connect": ">=2.0.5",
"gulp-cssmin": ">=0.1.7",
2015-06-07 00:38:38 +02:00
"gulp-header": ">=1.2.2",
"gulp-imagemin": ">=2.2.1",
"gulp-load-plugins": ">=0.10.0",
"gulp-rename": ">=1.2.2",
"gulp-rev": ">=4.0.0",
"gulp-rev-replace": ">=0.4.1",
"gulp-stylus": ">=2.0.3",
"gulp-uglify": ">=1.2.0",
"gulp-uncss": ">=1.0.1",
"gulp-zip": ">=2.0.0",
"merge-stream": ">=0.1.7",
2015-05-31 20:23:26 +02:00
"nib": ">=1.0.3",
"run-sequence": ">=1.1.0",
2015-05-31 20:23:26 +02:00
"stylus": ">=0.45.0"
},
"engines": {
"node": ">=0.10.29"
},
"repository": {
"type": "git",
2015-06-07 01:05:48 +02:00
"url": "https://github.com/kremalicious/kremalicious3.git"
2015-05-31 20:23:26 +02:00
}
2013-11-18 01:08:13 +01:00
}