UNPKG

generator-bat

Version:

BAT, the Backbone Application Template; a Yeoman generator collection created by marviq

69 lines (68 loc) 1.57 kB
{ "author": { "name": "Raymond de Wit" }, "bugs": { "url": "https://github.com/marviq/generator-bat/issues" }, "dependencies": { "chalk": "^4.1.0", "coffee-script": "^1.12.7", "glob": "^7.1.6", "json-stable-stringify": "^1.0.1", "language-tags": "^1.0.5", "lodash": "^4.17.20", "mkdirp": "^1.0.4", "semver": "^7.3.2", "underscore.string": "^3.3.5", "yeoman-generator": "^4.12.0", "yosay": "^2.0.2" }, "description": "BAT, the Backbone Application Template; a Yeoman generator collection created by marviq", "devDependencies": { "coffeelint": "^1.16.2", "jshint": "^2.12.0", "standard-version": "^9.0.0" }, "files": [ "AUTHORS", "CHANGELOG.md", "LICENSE", "README.md", "generators", "lib" ], "homepage": "https://github.com/marviq/generator-bat#readme", "keywords": [ "backbone", "backbonejs", "browserify", "coffee-script", "coffeescript", "compass", "generator", "handlebars", "jasmine", "karma", "sass", "yeoman", "yeoman-generator", "yuidoc" ], "license": "BSD-3-Clause", "name": "generator-bat", "private": false, "publishConfig": { "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git+https://github.com/marviq/generator-bat.git" }, "scripts": { "refresh": "set -x; npm install && npm prune && npm dedupe", "release": "standard-version", "test": "echo \"Error: no test specified\" && exit 1" }, "version": "1.1.4" }