homee-api
Version:
a library to interact with homee
48 lines (47 loc) • 1.17 kB
JSON
{
"name": "homee-api",
"version": "0.24.1",
"description": "a library to interact with homee",
"main": "homee.js",
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"lint:fix": "npm run lint -- --fix",
"test": "mocha --require babel-core/register"
},
"keywords": [
"homee",
"smarthome",
"automation"
],
"author": "Stefan Himpler <info@himpler.com> (https://himpler.com)",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"debug": "^4.2.0",
"qs": "^6.9.4",
"sha.js": "^2.4.11",
"ws": "^7.3.1"
},
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"mocha": "^6.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stfnhmplr/homee-api.git"
},
"bugs": {
"url": "https://github.com/stfnhmplr/homee-api/issues"
},
"homepage": "https://github.com/stfnhmplr/homee-api#readme"
}