UNPKG

paratrooper

Version:

Deployment CLI for Node on Ubuntu (nginx & upstart) with Git

48 lines (47 loc) 1.04 kB
{ "name": "paratrooper", "version": "1.4.0", "description": "Deployment CLI for Node on Ubuntu (nginx & upstart) with Git", "main": "./lib/actions", "preferGlobal": "true", "author": "Ilya Radchenko", "homepage": "https://github.com/knownasilya/paratrooper", "license": "BSD", "keywords": [ "node", "iojs", "deployment", "deploy", "nginx", "cli tool", "upstart" ], "bin": { "pt": "./bin/paratrooper", "paratrooper": "./bin/paratrooper" }, "scripts": { "test": "node test/index.js" }, "repository": { "type": "git", "url": "https://github.com/knownasilya/paratrooper.git" }, "dependencies": { "chalk": "^1.0.0", "glob": "^5.0.5", "handlebars": "^3.0.1", "inquirer": "^0.8.2", "liftoff": "^2.0.3", "ltcdr": "^2.2.1", "mkdirp": "^0.5.0", "omelette": "^0.3.1", "readable-stream": "^1.0.33", "ssh2": "^0.4.6", "update-notifier": "^0.4.0" }, "devDependencies": { "prova": "^2.1.1", "proxyquire": "^1.4.0" } }