UNPKG

mkgame

Version:

Quickly set up a new PhaserJS game project

51 lines (50 loc) 1.16 kB
{ "name": "mkgame", "version": "1.0.8", "description": "Quickly set up a new PhaserJS game project", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/chadananda/mkgame.git" }, "bin": { "mkgame": "./index.js" }, "publishConfig": { "access": "public" }, "keywords": [ "phaserjs", "make", "game", "game", "template", "phaser", "template" ], "author": "Chad Jones <chadananda@gmail.com> (http://notepad.com/)", "license": "MIT", "bugs": { "url": "https://github.com/chadananda/mkgame/issues" }, "homepage": "https://github.com/chadananda/mkgame#readme", "engines": { "node": ">=8.0.0" }, "dependencies": { "@octokit/auth-basic": "^1.4.5", "@octokit/rest": "^18.0.0", "chalk": "^4.1.0", "clear": "^0.1.0", "clui": "^0.3.6", "figlet": "^1.4.0", "inquirer": "^7.2.0", "git-user-email": "git://github.com/codejamninja/git-user-email.git#npm", "git-user-name": "^2.0.0", "git-username": "^1.0.0", "open": "^7.0.4" } }