1
0
Fork 0
blog/package.json

75 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": {
2017-08-27 23:17:26 +02:00
"bootstrap": "^3.3.7",
"jquery": "^3.2.1",
"normalize-css": "^2.3.1",
"normalize-opentype.css": "^0.2.4",
"picturefill": "^3.0.2",
2017-09-08 13:56:04 +02:00
"simple-jekyll-search": "^1.4.1",
2017-07-22 23:30:28 +02:00
"svg4everybody": "^2.1.9",
2017-08-27 23:17:26 +02:00
"time-elements": "^0.6.1",
2017-07-22 23:30:28 +02:00
"vex-js": "^4.0.0",
2017-08-27 23:17:26 +02:00
"webcomponents.js": "^0.7.24"
2015-05-31 20:23:26 +02:00
},
"devDependencies": {
2017-09-08 13:56:04 +02:00
"acorn": "^5.1.2",
"autoprefixer": "^7.1.4",
"babel-core": "^6.26.0",
2017-05-28 03:32:47 +02:00
"babel-preset-es2015": ">=6.24.0",
2017-07-22 23:30:28 +02:00
"browser-sync": "^2.18.13",
2017-09-08 13:56:04 +02:00
"chalk": "^2.1.0",
2015-08-23 09:45:57 +02:00
"concurrent-transform": ">=1.0.0",
2017-09-08 13:56:04 +02:00
"critical": "^0.9.1",
2016-05-25 22:46:46 +02:00
"cssnano": ">=3.6.2",
2017-07-22 23:30:28 +02:00
"del": "^3.0.0",
2017-06-19 17:33:17 +02:00
"fs": ">=0.0.2",
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-09-08 13:56:04 +02:00
"gulp-cli": "^1.4.0",
2017-07-22 23:30:28 +02:00
"gulp-header": "^1.8.9",
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",
2017-07-22 23:30:28 +02:00
"gulp-imagemin": "^3.3.0",
"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",
2017-07-22 23:30:28 +02:00
"gulp-replace": "^0.6.1",
2017-09-08 13:56:04 +02:00
"gulp-rev": "^8.0.0",
"gulp-rev-replace": ">=0.4.1",
2017-09-08 13:56:04 +02:00
"gulp-sourcemaps": "^2.6.1",
2016-05-25 22:46:46 +02:00
"gulp-stylus": ">=2.3.1",
2017-07-22 23:30:28 +02:00
"gulp-svg-sprite": "^1.3.7",
"gulp-uglify": ">=1.2.0",
2017-09-08 13:56:04 +02:00
"js-yaml": "^3.9.1",
2017-05-28 05:09:32 +02:00
"request": ">=2.81.0",
2017-07-22 23:30:28 +02:00
"yargs": "^8.0.2"
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
}