-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 KB
/
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
40
41
42
43
44
45
46
{
"name": "Home.Automation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node --experimental-worker index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^1.5.0",
"aws-sdk": "^2.153.0",
"body-parser": "^1.19.0",
"browser-request": "^0.3.3",
"chokidar": "^1.7.0",
"console-stamp": "^0.2.5",
"core-util-is": "^1.0.2",
"cors": "^2.7.1",
"dotenv": "^10.0.0",
"express": "^4.13.3",
"find-my-iphone": "git+ssh://git@github.com/jlippold/find-my-iphone.git",
"fs-extra": "^4.0.1",
"glob": "^7.1.2",
"harmonyhubjs-client": "^1.1.11",
"home-controller": "^0.9.2",
"http-auth": "^2.3.1",
"iconv-lite": "^0.6.2",
"jsonfile": "^2.3.1",
"klaw": "^2.0.0",
"lifx-api": "github:jlippold/lifx",
"moment": "^2.22.0",
"myq-node": "^0.1.4",
"node-apn-http2": "^1.0.1",
"node-expat": "^2.3.15",
"node-schedule": "^1.3.0",
"nzbget-nodejs": "git@github.com:jlippold/nzbget-nodejs.git",
"object-assign": "^4.0.1",
"request": "^2.81.0",
"samsung-tv-control": "^1.9.0",
"socket.io": "^1.4.5",
"suncalc": "^1.8.0",
"utorrent-api": "^0.1.5"
},
"devDependencies": {}
}