UNPKG

clockwork-tools

Version:
42 lines (41 loc) 1.01 kB
{ "name": "clockwork-tools", "version": "1.9.4", "description": "CLI tools for developing Clockwork games", "main": "index.js", "bin": { "clockwork": "./index.js" }, "files": [ "template" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/arcadiogarcia/ClockworkTools.git" }, "keywords": [ "clockwork", "gamedev" ], "author": "Arcadio Garcia", "license": "MIT", "preferGlobal": true, "bugs": { "url": "https://github.com/arcadiogarcia/ClockworkTools/issues" }, "homepage": "https://github.com/arcadiogarcia/ClockworkTools#readme", "dependencies": { "@clockwork/geardoc": "^0.1.2", "archiver": "^1.3.0", "clockwork-uwp-bridge": "^0.1.4", "clockwork-web-bridge": "^0.2.16", "fs-extra": "^7.0.1", "ncp": "^2.0.0", "prompt": "^1.0.0", "request": "^2.81.0", "xml2js": "^0.4.19" } }