gulpjs * new spritesmith plugin * reworked exports * new nunjucks-render version fixing dependency issues! File structure New naming scheme for nunjucks files. Underscore used for files which are imported and not directly displayed. Nunjucks blocks where renamed and are placed differently. New macro for navigational elements.
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "hippie",
|
|
"version": "0.4.1",
|
|
"description": "Hippie interweaves preeminent personal interface elements",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sthag/hippie.git"
|
|
},
|
|
"author": "Stephan Hagedorn",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sthag/hippie/issues"
|
|
},
|
|
"homepage": "https://github.com/sthag/hippie#readme",
|
|
"devDependencies": {
|
|
"browser-sync": "^2.26.3",
|
|
"del": "^4.0.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-autoprefixer": "^6.0.0",
|
|
"gulp-cached": "^1.1.1",
|
|
"gulp-changed": "^3.2.0",
|
|
"gulp-clean-css": "^4.0.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-data": "^1.3.1",
|
|
"gulp-if": "^2.0.2",
|
|
"gulp-jshint": "^2.1.0",
|
|
"gulp-json-concat": "^0.1.1",
|
|
"gulp-notify": "^3.2.0",
|
|
"gulp-nunjucks-render": "^2.2.3",
|
|
"gulp-plumber": "^1.2.1",
|
|
"gulp-remember": "^1.0.1",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-sass-lint": "^1.4.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"gulp.spritesmith": "^6.9.0",
|
|
"jshint": "^2.10.2",
|
|
"jshint-stylish": "^2.2.1",
|
|
"merge-stream": "^1.0.1",
|
|
"pump": "^3.0.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|