UNPKG

428 BJSONView Raw
1{
2 "name": "nodemiral",
3 "version": "1.0.3",
4 "description": "Server Automation for NodeJS over SSH",
5 "main": "lib/nodemiral.js",
6 "dependencies": {
7 "ejs": "0.8.x",
8 "debug": "0.7.x",
9 "colors": "0.6.x",
10 "ssh2": "0.4.6",
11 "underscore": "1.8.x",
12 "progress": "1.1.5"
13 },
14 "devDependencies": {
15 "mocha": "1.x",
16 "sinon": "1.14.x"
17 },
18 "scripts": {
19 "test": "./node_modules/.bin/mocha"
20 }
21}