-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·45 lines (45 loc) · 1.13 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
{
"name": "fabmo-updater",
"description": "The update service for the FabMo platform",
"author": "ShopBotTools",
"repository": "https://github.com/ShopBotTools/FabMo-Engine.git",
"license": "APSL-2.0",
"config": {
"unsafe-perm": true
},
"dependencies": {
"async": "3.2.x",
"axios": "^1.7.7",
"byline": "5.0.0",
"client-sessions": "0.8.0",
"colors": "1.4.x",
"escape-regexp-component": "1.0.2",
"fs-extra": "11.2.0",
"glob": "^10.4.5",
"is-online": "^10.0.0",
"mime": "4.0.3",
"minimist": "^1.2.8",
"moment": "^2.30.1",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"passport-strategy": "^1.0.0",
"process": "0.11.10",
"prompt": "^1.2.0",
"q": "1.5.1",
"restify": "^11.1.0",
"socket.io": "^4.2.0",
"tough-cookie": "4.1.4",
"uuid": "^8.3.2",
"xml2js": "^0.6.2"
},
"engine": "node 15.14.0",
"apidoc": {
"name": "FabMo Updater",
"version": "3.0.9",
"description": "FabMo-Updater",
"title": "FabMo-Engine Update Agent"
},
"scripts": {
"debug": "node server.js --debug"
}
}