UNPKG

node-hca

Version:

Node.js client for HCA

26 lines (25 loc) 453 B
{ "name": "node-hca", "version": "0.0.17", "description": "Node.js client for HCA", "keywords": [ "hca", "home control assistant" ], "readmeFilename": "", "engines": { "node": ">=6.11.3" }, "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Benjamin Ford", "license": "ISC", "files": [ "lib/" ], "dependencies": { "websocket": "^1.0.23" } }