UNPKG

generator-phaser-alt

Version:

Yeoman generator to generate a Phaser.io based game environment

49 lines (48 loc) 1.2 kB
{ "name": "<%= gameName %>", "version": "0.0.1", "private": true, "author": "<% authorName %>", "license": "ISC", "devDependencies": { "babel-preset-es2015": "^6.6.0", "babelify": "^7.2.0", "browserify": "^13.0", "debounce": "^1.0.0", "del": "^2.2.0", "commitizen": "^2.8", "cz-conventional-changelog": "^1.1.6", "gulp": "^3.9.1", "gulp-cache": "^0.4.4", "gulp-csso": "^2.0.0", "gulp-foreach": "^0.1.0", "gulp-if": "^2.0.0", "gulp-imagemin": "^2.2.1", "gulp-jade": "^1.0.1", "gulp-jshint": "^2.0.0", "gulp-livereload": "^3.8.0", "gulp-serve": "^1.2.0", "gulp-size": "^2.1.0", "gulp-stylus": "^2.0.5", "gulp-uglify": "^1.2.0", "gulp-useref": "3.0.8", "jshint": "^2.9.2", "jshint-stylish": "^2.0.0", "nib": "^1.1.0", "require-dir": "^0.3.0", "run-sequence": "^1.1.1", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.2.2" }, "dependencies": { "phaser": "^2.4.7" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "commit": "git-cz" }, "czConfig": { "path": "node_modules/cz-conventional-changelog" } }