mecano
Version:
Common functions for system deployment.
55 lines • 1.56 kB
JSON
{
"name": "mecano",
"description": "Common functions for system deployment.",
"keywords": ["deploy", "masson", "build", "ssh", "system", "install", "fs", "task", "cli"],
"version": "0.5.0",
"homepage": "http://www.adaltas.com/projects/node-mecano/",
"author": "David Worms <david@adaltas.com>",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/wdavidw/node-mecano"
},
"bugs": {
"email": "open@adaltas.com",
"url": "http://github.com/wdavidw/node-mecano/issues"
},
"dependencies": {
"backmeup": ">=0.0.1",
"diff": ">=1.4.0",
"each": ">=0.5.2",
"eco": ">=1.1.0-rc-3",
"ftp": ">=0.3.10",
"glob": ">=5.0.10",
"ini": ">=1.3.4",
"jsesc": ">=0.5.0",
"jsftp": ">=1.5.2",
"ldapjs": ">=0.7.1",
"minimatch": ">=2.0.8",
"nunjucks": ">=1.3.4",
"pad": ">=0.1.0",
"regexp-quote": ">=0.0.0",
"request": ">=2.58.0",
"rimraf": ">=2.4.0",
"ssh2-connect": ">=0.0.7",
"ssh2-exec": ">=0.3.1",
"ssh2-fs": ">=0.1.3",
"tilde-expansion": ">=0.0.0"
},
"devDependencies": {
"coffee-script": ">=1.9.3",
"mocha": ">=2.2.5",
"should": ">=7.0.1",
"ssh2-they": ">=0.0.7"
},
"contributors": [
{ "name": "David Worms", "email": "david@adaltas.com" }
],
"main": "./lib/index",
"engines": { "node": ">= 0.6.0" },
"scripts": {
"coffee": "./node_modules/.bin/coffee -b -o lib src",
"pretest": "./node_modules/.bin/coffee -b -o lib src",
"test": "NODE_ENV=test ./node_modules/.bin/mocha"
}
}