nest-cli
Version:
Unofficial command-line tool to control Nest devices
47 lines (46 loc) • 1.05 kB
JSON
{
"name": "nest-cli",
"version": "0.0.5",
"description": "Unofficial command-line tool to control Nest devices",
"main": "index.js",
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"start": "node index.js",
"lint": "./node_modules/eslint/bin/eslint.js .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"nest-cli": "bin/nest-cli"
},
"repository": "https://github.com/jasonmit/nest-cli",
"author": "",
"license": "MIT",
"dependencies": {
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"commander": "^2.8.1",
"denodeify": "^1.2.1",
"exists-sync": "0.0.3",
"express": "^4.13.3",
"express-session": "^1.11.3",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"nconf": "^0.7.2",
"node-fetch": "^1.3.2",
"open": "0.0.5",
"osenv": "^0.1.3",
"passport": "^0.2.2",
"passport-nest": "^1.0.0",
"promptly": "^0.2.1",
"winston": "^1.0.1"
},
"devDependencies": {
"eslint": "^1.1.0"
},
"keywords": [
"nest",
"thermostat"
]
}