-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"name": "alarmalertservicefrontend",
"version": "1.0.1",
"description": "a frontend for ATLAS Alarm and Alert Services.",
"main": "server.js",
"scripts": {
"prestart": "npm install",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ATLAS-Analytics/AlarmAlertServiceFrontend.git"
},
"keywords": [
"REST",
"ATLAS",
"frontend",
"Alarms",
"Alerts"
],
"author": "Ilija Vukotic",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/ATLAS-Analytics/AlarmAlertServiceFrontend/issues"
},
"homepage": "https://github.com/ATLAS-Analytics/AlarmAlertServiceFrontend#readme",
"dependencies": {
"@elastic/elasticsearch": "^9.2.0",
"axios": "^1.13.2",
"body-parser": "^2.2.0",
"cookies": "^0.9.1",
"express": "^5.1.0",
"express-session": "^1.18.2",
"https": "^1.0.0",
"lodash": ">=4.17.21",
"npm": "^11.6.2",
"pug": "^3.0.3",
"requests": "^0.3.0",
"requires": "^1.0.2"
}
}