-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.2 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
47
48
49
50
51
52
53
54
{
"name": "vision",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"lint": "node_modules/eslint/bin/eslint.js . --ext .js --fix --max-warnings 20"
},
"repository": {
"type": "git",
"url": "[email protected]:smarthomerocks/vision.git"
},
"license": "MIT",
"dependencies": {
"async": "2.6.2",
"body-parser": "1.19.0",
"colors": "1.4.0",
"cookie-parser": "1.4.5",
"curl": "0.1.4",
"debug": "4.1.1",
"express": "4.17.1",
"fs-extra": "9.0.1",
"got": "^11.8.5",
"hbs": "4.1.1",
"http-parser-js": "0.5.2",
"ical": "0.8.0",
"ip": "1.1.5",
"itach": "1.0.0",
"less-middleware": "3.1.0",
"moment": "2.29.4",
"morgan": "1.10.0",
"mqtt": "4.1.0",
"nordpool": "2.0.0",
"onvif": "github:agsh/onvif",
"ping": "^0.2.3",
"serve-favicon": "2.5.0",
"socket.io": "2.3.0",
"spotify-web-api-node": "4.0.0",
"uuid": "3.3.2",
"verisure": "1.2.0",
"winston": "2.4.0",
"winston-express": "0.1.1"
},
"devDependencies": {
"eslint": "7.6.0",
"eslint-config-google": "0.14.0"
},
"eslintConfig": {
"extends": "google"
},
"engines": {
"node": ">=12.16.0"
}
}