mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "kremalicious",
|
|
"version": "3.0.0",
|
|
"author": {
|
|
"name": "Matthias Kretschmann",
|
|
"email": "m@kretschmann.io"
|
|
},
|
|
"description": "Blog of Matthias Kretschmann",
|
|
"homepage": "https://kremalicious.com",
|
|
"license": "MIT",
|
|
"main": "gulpfile.babel.js",
|
|
"scripts": {
|
|
"start": "gulp",
|
|
"build": "gulp build --production"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^3.3.6",
|
|
"jquery": ">=2.1.4",
|
|
"normalize-css": ">=2.3.1",
|
|
"normalize-opentype.css": ">=0.2.4",
|
|
"picturefill": ">=2.3.1",
|
|
"simple-jekyll-search": "1.1.8",
|
|
"svg4everybody": ">=0.0.2",
|
|
"vex-js": ">=2.3.4",
|
|
"webcomponents.js": ">=0.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": ">=6.3.6",
|
|
"babel-core": "^6.24.0",
|
|
"babel-preset-es2015": "^6.24.0",
|
|
"browser-sync": ">=2.10.0",
|
|
"concurrent-transform": ">=1.0.0",
|
|
"critical": ">=0.8.4",
|
|
"cssnano": ">=3.6.2",
|
|
"del": ">=1.2.0",
|
|
"gulp": "github:gulpjs/gulp#4.0",
|
|
"gulp-awspublish": ">=2.0.2",
|
|
"gulp-awspublish-router": ">=0.1.1",
|
|
"gulp-cli": ">=1.2.2",
|
|
"gulp-filter": ">=2.0.2",
|
|
"gulp-header": ">=1.2.2",
|
|
"gulp-htmlmin": ">=1.1.2",
|
|
"gulp-if": ">=1.2.5",
|
|
"gulp-imagemin": ">=2.2.1",
|
|
"gulp-include": ">=2.0.2",
|
|
"gulp-load-plugins": ">=0.10.0",
|
|
"gulp-postcss": ">=6.1.1",
|
|
"gulp-rename": ">=1.2.2",
|
|
"gulp-replace": ">=0.5.3",
|
|
"gulp-rev": ">=4.0.0",
|
|
"gulp-rev-replace": ">=0.4.1",
|
|
"gulp-sourcemaps": ">=1.6.0",
|
|
"gulp-stylus": ">=2.3.1",
|
|
"gulp-svg-sprite": ">=1.2.2",
|
|
"gulp-uglify": ">=1.2.0",
|
|
"gulp-util": ">=3.0.6",
|
|
"imagemin-jpegoptim": ">=5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=5.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kremalicious/kremalicious3.git"
|
|
}
|
|
}
|