-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.46 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
55
56
{
"name": "uisp-tools",
"version": "0.0.31",
"description": "Tools for UISP",
"main": "server.js",
"license": "GPL-3.0-or-later",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/Andrewiski/UISP-Tools"
},
"author": {
"name": "Andrew DeVries",
"email": "[email protected]",
"url": "https://digitalexample.com"
},
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@andrewiski/confighandler": "^1.0.1",
"@andrewiski/letsencrypt": "^1.0.1",
"@andrewiski/logutilhelper": "^1.0.22",
"@andrewiski/openssl": "^1.0.2",
"@fortawesome/fontawesome-free": "^6.2.0",
"@googlemaps/js-api-loader": "^1.14.3",
"@popperjs/core": "^2.10.1",
"adm-zip": "^0.5.6",
"animate.css": "^4.1.1",
"auto-updater": "^1.0.2",
"bootstrap": "^5.1.1",
"bootstrap-notify": "^3.1.3",
"bufferutil": "^4.0.3",
"cookie-parser": "^1.4.5",
"debug": "^4.3.2",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"extend": "^3.0.2",
"jquery": "^3.6.0",
"js-cookie": "^3.0.1",
"jsoneditor": "^9.5.5",
"mdb-ui-kit": "^6.1.0",
"moment": "^2.29.1",
"mongodb": "^4.1.2",
"node-promise": "^0.5.14",
"os-utils": "^0.0.14",
"path": "^0.12.7",
"polyfill-library": "^4.6.0",
"punycode": "^2.1.1",
"serve-favicon": "^2.5.0",
"socket.io": "^4.2.0",
"tinymce": "^6.8.3",
"twilio": "^5.2.2",
"uuid": "^8.3.2"
}
}