| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "author": {
- "email": "[email protected]",
- "name": "Atomic Game Engine",
- "url": "http://www.AtomicGameEngine.com"
- },
- "bin": { "atomic-cli" : "./cli.js" },
- "bugs": {
- "url": "https://github.com/AtomicGameEngine/AtomicGameEngine/issues"
- },
- "dependencies": {
- "adm-zip": "~0.4.3",
- "argparse": "~0.1.15",
- "connect": "~2.8.3",
- "js-yaml": "~2.1.0",
- "ncp": "~0.4.2",
- "open": "~0.0.3",
- "q": "~0.9.6",
- "watch": "~0.8.0",
- "websocket": "~1.0.8",
- "wrench": "~1.5.1",
- "xmldom": "~0.1.16",
- "osenv" : "*",
- "httpreq": "*",
- "semver" : "*",
- "mkdirp" : "*"
- },
- "description": "CLI for the Atomic Game Engine",
- "engines": {
- "node": ">=0.8.0"
- },
- "homepage": "http://www.AtomicGameEngine.com",
- "licenses": [{
- "type": "Atomic Game Engine",
- "url": "https://github.com/AtomicGameEngine/AtomicGameEngine/blob/master/LICENSE.md"
- }],
- "files" : [
- "data"
- ],
- "main": "index.js",
- "name": "atomic-cli",
- "preferGlobal": true,
- "repository": "https://github.com/AtomicGameEngine/AtomicGameEngine",
- "version": "0.2.4"
- }
|