1
0
Fork 0
blog/package.json

62 lines
1.6 KiB
JSON
Raw Normal View History

2013-11-18 01:08:13 +01:00
{
2015-05-31 20:23:26 +02:00
"name": "kremalicious",
2015-06-07 03:11:46 +02:00
"author": {
"name": "Matthias Kretschmann",
"email": "m@kretschmann.io"
2015-06-07 03:11:46 +02:00
},
2015-05-31 20:23:26 +02:00
"description": "Blog of Matthias Kretschmann",
2015-06-07 03:11:46 +02:00
"homepage": "https://kremalicious.com",
2015-05-31 20:23:26 +02:00
"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
"dependencies": {
"jquery": ">=2.1.4",
"normalize-css": ">=2.3.1",
"normalize-opentype.css": ">=0.2.4",
"picturefill": ">=2.3.1",
"svg4everybody": ">=0.0.2",
2015-05-31 20:23:26 +02:00
"webcomponents.js": ">=0.7.1"
},
"devDependencies": {
2015-08-09 18:11:26 +02:00
"chalk": ">=1.0.0",
2015-08-23 09:45:57 +02:00
"concurrent-transform": ">=1.0.0",
"del": ">=1.2.0",
"gulp": ">=3.8.0",
"gulp-autoprefixer": ">=2.3.0",
2015-08-23 09:45:57 +02:00
"gulp-awspublish": ">=2.0.2",
2015-06-07 03:11:46 +02:00
"gulp-cache": ">=0.2.10",
"gulp-combine-mq": ">=0.4.0",
"gulp-concat": ">=2.5.2",
"gulp-connect": ">=2.0.5",
"gulp-cssmin": ">=0.1.7",
2015-08-30 15:05:08 +02:00
"gulp-filter": ">=2.0.2",
2015-06-07 00:38:38 +02:00
"gulp-header": ">=1.2.2",
2015-06-10 23:39:55 +02:00
"gulp-htmlmin": ">=1.1.2",
2015-08-30 15:05:08 +02:00
"gulp-if": ">=1.2.5",
"gulp-imagemin": ">=2.2.1",
"gulp-include": ">=2.0.2",
"gulp-load-plugins": ">=0.10.0",
"gulp-rename": ">=1.2.2",
2015-06-07 03:11:46 +02:00
"gulp-replace": ">=0.5.3",
"gulp-rev": ">=4.0.0",
"gulp-rev-replace": ">=0.4.1",
"gulp-stylus": ">=2.0.3",
"gulp-svg-sprite": ">=1.2.2",
"gulp-svg2png": ">=0.3.0",
"gulp-uglify": ">=1.2.0",
"gulp-uncss": ">=1.0.1",
2015-08-30 15:05:08 +02:00
"gulp-util": ">=3.0.6",
"merge-stream": ">=0.1.7",
"run-sequence": ">=1.1.0",
"stylus": ">=0.45.0",
2015-08-30 15:05:08 +02:00
"vinyl": ">=0.4.6"
2015-05-31 20:23:26 +02:00
},
"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
}