UNPKG

generator-bannertime

Version:

Yeoman generator for creating HTML5 advertising campaigns

56 lines 1.48 kB
{ "name": "generator-bannertime", "version": "3.1.5", "description": "Yeoman generator for creating HTML5 advertising campaigns", "homepage": "https://github.com/bannertime/generator-bannertime", "bugs": "https://github.com/bannertime/generator-bannertime/issues", "author": "Jay Campbell <jay@pyramidium.co.uk> (https://github.com/pyramidium)", "contributors": [ "Joey Padasian <joey.padasian@jellyfish.com> (https://github.com/joemidi)", "Pavel Krymski <pavel.krymski@jellyfish.com> (https://github.com/kp-dev)" ], "repository": { "type": "git", "url": "git+https://github.com/bannertime/generator-bannertime.git" }, "engines": { "node": "^10.0.0" }, "license": "MIT", "keywords": [ "yeoman-generator", "html5", "banner", "ad", "gulp", "scaffold", "framework" ], "scripts": { "deploy": "node ./publish.js", "posttest": "./node_modules/eslint/bin/eslint.js generators/*/modules --ext .js", "test": "./node_modules/mocha/bin/mocha" }, "files": [ "generators" ], "dependencies": { "chalk": "^2.4.2", "download": "^6.2.5", "lodash": "^4.17.19", "package-info": "^3.0.2", "repeating": "^3.0.0", "string-length": "^2.0.0", "underscore.string": "^3.3.5", "yeoman-generator": "^2.0.5" }, "devDependencies": { "eslint": "^4.19.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.22.0", "mocha": "^4.1.0", "semver": "^5.7.1", "yeoman-assert": "^3.1.1", "yeoman-test": "^1.9.1" } }