UNPKG

332 BJSONView Raw
1{
2 "name": "nodemiral",
3 "version": "0.4.0",
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 },
11 "devDependencies": {
12 "mocha": "1.x"
13 },
14 "scripts": {
15 "test": "./node_modules/.bin/mocha"
16 }
17}