{ "name": "node-red-admin", "version": "0.1.4", "description": "The Node-RED admin command line interface", "homepage": "http://nodered.org", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/node-red/node-red-admin.git" }, "engines": { "node": ">=0.10" }, "contributors": [ { "name": "Nick O'Leary" }, { "name": "Anna Thomas" } ], "preferGlobal": "true", "dependencies": { "bcryptjs": "^2.4.3", "cli-table": "^0.3.1", "colors": "^1.3.2", "minimist": "^1.2.0", "read": "^1.0.7", "request": "^2.88.0", "when": "^3.7.8" }, "devDependencies": { "grunt": "^1.0.3", "grunt-cli": "^1.3.1", "grunt-contrib-jshint": "^2.0.0", "grunt-simple-mocha": "^0.4.1", "mocha": "^2.5.3", "should": "^6.0.3", "sinon": "^1.17.7" }, "optionalDependencies": { "bcrypt": "^3.0.1" }, "bin": { "node-red-admin": "node-red-admin.js" } }