roost
Version:
System provisioning toolkit.
42 lines (35 loc) • 665 B
JSON
{
"name": "roost",
"version": "1.0.12",
"author": "Websecurify <contact@websecurify.com>",
"description": "System provisioning toolkit.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/websecurify/node-roost.git"
},
"keywords": [
"node",
"provisioning",
"provision",
"apt-get",
"ubuntu"
],
"main": "./lib/index.js",
"bin": {
"roost": "./bin/roost"
},
"directories": {
"lib": "./lib/"
},
"dependencies": {
"coffee-script": "1.6.3",
"node-getopt": "0.2.3",
"path-extra": "0.1.1",
"fs-extra": "0.6.3",
"async": "0.2.9",
"tsort": "0.0.1",
"ssh2": "0.2.7",
"logsmith": "0.0.2"
}
}