nuki-web-api
Version:
Node.js implementation (using promises) of the Nuki Web API
39 lines (38 loc) • 830 B
JSON
{
"name": "nuki-web-api",
"version": "2.2.1",
"description": "Node.js implementation (using promises) of the Nuki Web API",
"author": {
"name": "zefau",
"email": "zefau@mailbox.org"
},
"homepage": "https://github.com/Zefau/nuki-web-api",
"license": "MIT",
"keywords": [
"nuki",
"lock",
"door"
],
"repository": {
"type": "git",
"url": "https://github.com/Zefau/nuki-web-api"
},
"bugs": {
"url": "https://github.com/Zefau/nuki-web-api/issues"
},
"readmeFilename": "README.md",
"dependencies": {
"request": "^2.88.0",
"request-promise": "^4.2.5"
},
"devDependencies": {
"eslint": "^6.8.0"
},
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "eslint index.js lib/*.js"
}
}