homespun-utilities
Version:
the utilities branch of homespun-discovery.
37 lines (36 loc) • 824 B
JSON
{
"name": "homespun-utilities",
"version": "0.3.1",
"description": "the utilities branch of homespun-discovery.",
"author": {
"name": "Marshall Rose",
"email": "mrose17@homespun.io"
},
"main": "index.js",
"scripts": {
"lint": "jshint package.json *.js */*.js"
},
"license": "MIT",
"keywords": [
"homespun",
"utilities",
"sensors",
"homebridge"
],
"repository": {
"type": "git",
"url": "git://github.com/homespun/homespun-discovery.git"
},
"bugs": {
"url": "https://github.com/homespun/homespun-discovery/issues"
},
"engines": {
"node": ">=0.12.0"
},
"dependencies": {
"glob": "^7.0.6",
"hap-nodejs-community-types": "https://github.com/homespun/hap-nodejs-community-types.git",
"pluralize": "3.0.0",
"underscore": "1.8.3"
}
}