netatmo
Version:
A node.js module to hook into the netatmo API.
31 lines (30 loc) • 631 B
JSON
{
"name": "netatmo",
"version": "2.4.0",
"description": "A node.js module to hook into the netatmo API.",
"main": "netatmo.js",
"scripts": {
"test": "node test.js"
},
"author": {
"name": "Ali Karbassi",
"email": "ali@karbassi.com"
},
"repository": {
"type": "git",
"url": "git://github.com/karbassi/netatmo.git"
},
"bugs": {
"url": "https://github.com/karbassi/netatmo/issues"
},
"homepage": "https://github.com/karbassi/netatmo",
"keywords": [
"netatmo",
"netatmo api"
],
"license": "MIT",
"dependencies": {
"moment": "^2.22.2",
"request": "^2.85.0"
}
}