-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 919 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
40
{
"name": "hue-website-nightlights",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/ecaron/hue-website-nightlights.git"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap-icons": "^1.5.0",
"cie-rgb-color-converter": "^1.0.6",
"connect-flash": "0.1.1",
"dotenv": "^10.0.0",
"express": "4.17.1",
"express-session": "1.17.2",
"flatpickr": "^4.6.9",
"lokijs": "^1.5.12",
"moment": "2.29.1",
"morgan": "1.10.0",
"node-hue-api": "^5.0.0-beta.6",
"nunjucks": "^3.2.3",
"winston": "3.3.3"
},
"devDependencies": {
"snazzy": "9.0.0",
"standard": "16.0.3"
},
"standard": {
"ignore": [
"public/scripts/bootstrap.min.js",
"public/scripts/jscolor.js"
]
},
"scripts": {
"start": "node server",
"lint": "standard | snazzy",
"standard": "standard --fix"
}
}