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

65 lines
1.7 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",
"main": "gulpfile.js",
2015-11-20 15:53:49 +01:00
"scripts": {
"start": "gulp",
"build": "gulp build --production"
},
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",
2016-04-24 23:25:32 +02:00
"simple-jekyll-search": ">=1.1.4",
"svg4everybody": ">=0.0.2",
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-03-25 20:44:13 +01: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",
2015-08-23 09:45:57 +02:00
"concurrent-transform": ">=1.0.0",
2016-05-25 22:46:46 +02:00
"cssnano": ">=3.6.2",
"del": ">=1.2.0",
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-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",
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-03-25 22:05:01 +01:00
"gulp-util": ">=3.0.6"
2015-05-31 20:23:26 +02:00
},
"engines": {
2016-05-25 22:46:46 +02:00
"node": ">=5.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
}