UNPKG

359 BJSONView Raw
1{
2 "name": "nodemiral",
3 "version": "0.3.5",
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 "handlebars": "1.0.x",
10 "colors": "0.6.x"
11 },
12 "devDependencies": {
13 "mocha": "1.x"
14 },
15 "scripts": {
16 "test": "./node_modules/.bin/mocha"
17 }
18}