1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00
blog/package.json

74 lines
1.9 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-11-20 15:53:49 +01:00
"version": "3.0.0",
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-06-07 00:44:18 +02:00
"license": "MIT",
2017-04-03 20:33:40 +02:00
"main": "gulpfile.babel.js",
2015-11-20 15:53:49 +01:00
"scripts": {
"start": "gulp",
"build": "gulp build --production"
},
2017-05-28 04:24:33 +02:00
"browserslist": [
"last 2 versions",
"ie >= 11"
],
2015-05-31 20:23:26 +02:00
"dependencies": {
2015-12-05 16:15:24 +01:00
"bootstrap": "^3.3.6",
2015-05-31 20:23:26 +02:00
"jquery": ">=2.1.4",
"normalize-css": ">=2.3.1",
"normalize-opentype.css": ">=0.2.4",
"picturefill": ">=2.3.1",
2017-04-03 20:33:40 +02:00
"simple-jekyll-search": "1.1.8",
"svg4everybody": ">=0.0.2",
2017-05-28 03:32:00 +02:00
"time-elements": ">=0.6.1",
2017-02-17 17:19:21 +01:00
"vex-js": ">=2.3.4",
"webcomponents.js": ">=0.7.1"
2015-05-31 20:23:26 +02:00
},
"devDependencies": {
2016-05-25 22:46:46 +02:00
"autoprefixer": ">=6.3.6",
2017-05-28 03:32:47 +02:00
"babel-core": ">=6.24.0",
"babel-preset-es2015": ">=6.24.0",
2015-11-20 15:53:49 +01:00
"browser-sync": ">=2.10.0",
2017-05-28 05:09:32 +02:00
"chalk": ">=1.1.3",
2015-08-23 09:45:57 +02:00
"concurrent-transform": ">=1.0.0",
2017-04-03 20:33:40 +02:00
"critical": ">=0.8.4",
2016-05-25 22:46:46 +02:00
"cssnano": ">=3.6.2",
"del": ">=1.2.0",
2017-05-28 03:32:47 +02:00
"fs": ">=0.0.1-security",
2017-03-25 22:05:01 +01:00
"gulp": "github:gulpjs/gulp#4.0",
2015-08-23 09:45:57 +02:00
"gulp-awspublish": ">=2.0.2",
2016-04-24 23:25:32 +02:00
"gulp-awspublish-router": ">=0.1.1",
2017-03-25 22:22:06 +01:00
"gulp-cli": ">=1.2.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",
2016-05-25 22:46:46 +02:00
"gulp-postcss": ">=6.1.1",
"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",
2015-11-20 15:53:49 +01:00
"gulp-sourcemaps": ">=1.6.0",
2016-05-25 22:46:46 +02:00
"gulp-stylus": ">=2.3.1",
"gulp-svg-sprite": ">=1.2.2",
"gulp-uglify": ">=1.2.0",
2017-05-28 03:32:47 +02:00
"js-yaml": ">=3.8.3",
2017-05-28 05:09:32 +02:00
"request": ">=2.81.0",
"yargs": ">=8.0.1"
2015-05-31 20:23:26 +02:00
},
"engines": {
2017-05-28 05:09:32 +02:00
"node": ">=7.0.0"
2015-05-31 20:23:26 +02:00
},
"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
}