forked from CloCkWeRX/node-samsung-airconditioner
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 787 Bytes
/
package.json
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
32
33
34
{
"name": "samsung-airconditioner",
"version": "0.2.3",
"description": "node.js module for the Samsung smart samsung-airconditioners",
"author": {
"name": "Daniel O'Connor",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/CloCkWeRX/node-samsung-airconditioner.git"
},
"bugs": {
"url": "https://github.com/CloCkWeRX/node-samsung-airconditioner/issues"
},
"keywords": [
"Samsung",
"Air Conditioner"
],
"main": "./samsung-discovery.js",
"engines": {
"node": ">=0.8"
},
"readmeFilename": "README.md",
"dependencies": {
"carrier": ">= 0.1.0",
"netmask": "1.0.4",
"node-ssdp": "^2.7.0",
"xml2json": "^0.9.0"
},
"devDependencies": {
"jshint": "0.9.1"
}
}