-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "hellohue",
"version": "1.0.0",
"description": "Sync your Philips Hue lights with Plex!",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "./node_modules/nodemon/bin/nodemon.js --ignore 'db.json'",
"docker-build": "rm -rf node_modules && npm i --production && docker-build",
"docker-run": "docker-run",
"docker-push": "docker-push"
},
"author": "ledge74",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"bootstrap": "^4.1.3",
"bootstrap-select": "^1.13.2",
"cookie-parser": "^1.4.3",
"docker-build-run-push": "^3.0.0",
"express": "^4.16.3",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"huejay": "^1.8.5",
"jquery": "^3.3.1",
"liquidjs": "^6.0.0",
"lowdb": "^1.0.0",
"moment": "^2.22.2",
"multer": "^1.4.0",
"nodemon": "^1.18.4",
"plex-api": "^5.2.1",
"popper.js": "^1.14.4",
"request": "^2.88.0",
"suncalc": "^1.8.0",
"winston": "^3.1.0",
"ws": "^6.0.0"
},
"docker-user": "ledge74"
}