forked from alisdairjsmyth/node-ambiclimate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "node-ambiclimate",
"version": "2.1.0",
"description": "Thin wrapper around the Ambi Climate HTTP API",
"author": {
"name": "Alisdair Smyth",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alisdairjsmyth/node-ambiclimate.git"
},
"license": "MIT",
"keywords": [
"ambi+climate",
"air+conditioner"
],
"main": "./ambi",
"dependencies": {
"lodash": "4.17.x",
"q": "1.4.x",
"request": "2.79.x",
"simple-oauth2": "^1.0.3",
"url": "^0.11.0"
},
"devDependencies": {},
"homepage": "https://github.com/alisdairjsmyth/node-ambiclimate#readme",
"bugs": {
"url": "https://github.com/alisdairjsmyth/node-ambiclimate/issues"
}
}