UNPKG

jitsu

Version:

Flawless command line deployment of Node.js apps to the cloud

63 lines (62 loc) 1.4 kB
{ "name": "jitsu", "description": "Flawless command line deployment of Node.js apps to the cloud", "keywords": [ "cli", "nodejitsu", "cloud hosting", "platform-as-a-service", "deployment" ], "version": "0.15.0", "author": "Nodejitsu Inc. <info@nodejitsu.com>", "maintainers": [ "AvianFlu <avianflu@nodejitsu.com>", "Marak <marak@nodejitsu.com>" ], "repository": { "type": "git", "url": "http://github.com/nodejitsu/jitsu.git" }, "preferGlobal": true, "dependencies": { "canihaz": "1.0.1", "colors": "0.6.2", "complete": "0.3.1", "dateformat": "1.0.8-1.2.3", "flatiron": "0.3.11", "flatiron-cli-config": "0.1.4", "flatiron-cli-users": "0.1.10", "fstream": "0.1.25", "fstream-npm": "0.1.6", "ladder": "0.0.1", "nodejitsu-api": "0.6.4", "opener": "1.4.x", "pkginfo": "0.3.0", "progress": "0.1.0", "request": "2.42.0", "require-analyzer": "0.5.0", "spawn-command": "0.0.2", "semver": "1.0.14", "tar": "0.1.18", "wizard": "0.0.1" }, "canihaz": { "npm": "1.3.15" }, "devDependencies": { "nock": "0.46.x", "vows": "0.7.x" }, "bin": { "jitsu": "./bin/jitsu" }, "main": "./lib/jitsu", "scripts": { "test": "vows test/commands/*-test.js test/lib/*-test.js --spec -i" }, "engines": { "node": ">= 0.6.0" }, "license": "MIT" }