54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "hippie",
|
|
"version": "0.4.2",
|
|
"description": "Hippie interweaves preeminent personal interface elements",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"preversion": "npm test",
|
|
"version": "gulp build && git add -A dist",
|
|
"postversion": "git push && git push --tags"
|
|
},
|
|
"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": {
|
|
"@babel/core": "~7",
|
|
"@babel/preset-env": "~7",
|
|
"browser-sync": "^2.27.7",
|
|
"del": "^6.0.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^8.0.0",
|
|
"gulp-babel": "~8.0",
|
|
"gulp-cached": "^1.1.1",
|
|
"gulp-changed": "^4.0.3",
|
|
"gulp-clean-css": "~4",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-data": "^1.3.1",
|
|
"gulp-if": "~3",
|
|
"gulp-jshint": "~2",
|
|
"gulp-json-concat": "~0.2",
|
|
"gulp-notify": "^4.0.0",
|
|
"gulp-nunjucks-render": "^2.2.3",
|
|
"gulp-plumber": "^1.2.1",
|
|
"gulp-remember": "^1.0.1",
|
|
"gulp-rename": "~2",
|
|
"gulp-sass": "~5",
|
|
"gulp-sass-lint": "^1.4.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"gulp-useref": "^5.0.0",
|
|
"gulp.spritesmith": "^6.12.1",
|
|
"jshint": "~2",
|
|
"jshint-stylish": "^2.2.1",
|
|
"merge-stream": "^2.0.0",
|
|
"pump": "^3.0.0",
|
|
"sass": "^1.49.7"
|
|
}
|
|
}
|