-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1005 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
35
36
37
38
39
{
"name": "samsung-microservice",
"version": "1.0.0",
"description": "Microservice to monitor and control Samsung TVs",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RoboDomo/samsung-microservice.git"
},
"keywords": [
"RoboDomo",
"Microservice",
"NodeJS",
"Samsung",
"TV",
"MQTT"
],
"author": "mschwartz",
"license": "MIT",
"bugs": {
"url": "https://github.com/RoboDomo/samsung-microservice/issues"
},
"homepage": "https://github.com/RoboDomo/samsung-microservice#readme",
"dependencies": {
"debug": "^4.3.1",
"forever": "^4.0.1",
"is-port-reachable": "^3.0.0",
"microservice-core": "git+https://github.com/RoboDomo/microservice-core.git",
"samsung-tv-control": "^1.12.3",
"superagent": "^6.1.0",
"websocket": "^1.0.34",
"wol": "^1.0.7",
"ws": "^7.5.0"
}
}