-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 745 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 745 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
{
"name": "gc-audit",
"version": "1.0.0",
"description": "Self Audit tool for personal use in GC stores",
"main": "bin/www",
"scripts": {
"test": "node bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riley805/GC-Audit-Tool.git"
},
"author": "Cameron",
"license": "ISC",
"bugs": {
"url": "https://github.com/riley805/GC-Audit-Tool/issues"
},
"homepage": "https://github.com/riley805/GC-Audit-Tool#readme",
"dependencies": {
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"fs": "0.0.1-security",
"moment": "^2.29.1",
"mongoose": "^6.0.9",
"path": "^0.12.7",
"tiny-csrf": "^1.1.3"
}
}