UNPKG

tgomadev

Version:

A package to expediate and simplify tgoma game development

39 lines (38 loc) 873 B
{ "name": "tgomadev", "version": "1.1.0", "description": "A package to expediate and simplify tgoma game development", "preferGlobal": true, "dependencies": { "commander": "2.9.x", "directory-tree": "1.0.x", "fs-extra": "^0.30.0", "ftp-deploy": "^1.1.0", "jsftp": "1.5.x", "json2dts": "0.0.2", "nodegit": "0.15.1", "promise": "^7.1.1", "promisify-node": "^0.4.0", "typescript": "1.8.x", "typescript-compiler": "^1.4.1" }, "bin": { "tgomadev": "./cli" }, "scripts": { "install": "node install/install.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@traducer:tgomaGameDevPack" }, "keywords": [ "tgoma", "trampoline", "game", "games" ], "author": "Edward Dalley (Springfree Trampoline)", "license": "ISC" }