-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 937 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 937 Bytes
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": "virtual-nanoleaf",
"version": "1.0.0",
"description": "Virtual Nanoleaf Device",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "",
"keywords": [],
"author": "NotBlue",
"devDependencies": {
"electron": "^12.0.11"
},
"dependencies": {
"@achingbrain/ssdp": "^2.1.2",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"color-temperature": "^0.2.7",
"electron-browser-storage": "^1.0.7",
"electron-debug": "^3.2.0",
"electron-prompt": "^1.6.2",
"express": "^4.17.1",
"gojs": "^2.1.41",
"html2canvas": "^1.0.0-rc.7",
"inquirer": "^8.0.0",
"md5": "^2.3.0",
"node-ssdp": "^4.0.1",
"nodemon": "^2.0.7",
"package.json": "^2.0.1",
"pretty-ms": "^7.0.1",
"server": "^1.0.32",
"sqlite-to-json": "^0.1.3",
"sqlite3": "^5.0.2",
"tinycolor2": "^1.4.2",
"webshot": "^0.18.0",
"winston": "^3.3.3"
}
}