generator-bannertime
Version:
Yeoman generator for creating HTML5 advertising campaigns
57 lines (56 loc) • 1.42 kB
JSON
{
"name": "<%= bannerName %>",
"version": "0.0.1",
"description": "<%= bannerDesc %>",
"repository": {
"type": "git",
"url": "<%= bannerRepo %>"
},
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js",
"build": "./node_modules/gulp/bin/gulp.js prod"
},
"engines": {
"node": "^10.0.0"
},
"resolutions": {
"natives": "1.1.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.26.12",
"del": "^3.0.0",
"express": "^4.17.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-changed": "^3.1.0",
"gulp-cssnano": "^2.1.1",
"gulp-expect-file": "0.0.7",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-jshint": "^2.0.0",
"gulp-minify-inline": "^1.1.0",
"gulp-notify": "^3.0.0",
"gulp-open": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-remove-code": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.2.1",
"gulp-sequence": "^0.4.4",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-svgfallback": "^4.0.1",
"gulp-svgstore": "^6.1.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.7",
"gulp-zip": "^4.0.0",
"jshint": "^2.12.0",
"node-sass": "^4.14.1",
"open": "0.0.5",
"require-dir": "^0.3.2",
"webshot": "^0.18.0"
}
}