-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 978 Bytes
/
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
{
"name": "acep-infosec-documap-api",
"title": "CyberDocMap API",
"abbr": "cdma",
"version": "1.0.0",
"version_date": "2024-01-22",
"description": "Cybersecurity Documentation Mapping API",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/acep-uaf/acep-infosec-documap-api"
},
"author": "John Haverlack",
"author_email": "[email protected]",
"license": "SEE LICENSE IN LICENSE",
"copyright": "© 2024 Alaska Center for Energy and Power, University of Alaska Fairbanks",
"copyright_holder": "Alaska Center for Energy and Power, University of Alaska Fairbanks",
"copyright_url": "https://acep.uaf.edu/",
"copyright_year": "2024",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"ecstatic": "^4.1.4",
"express": "^4.17.1",
"htpasswd": "^2.4.5",
"http-auth": "^4.1.9",
"is-admin": "^3.0.0",
"netaddr": "^1.1.0",
"uuid": "^9.0.1",
"xlsx": "^0.18.5"
}
}