This repository was archived by the owner on Apr 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.85 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "git-webserver",
"version": "0.6.0",
"description": "Web Server Integrated GIT Version Control System",
"main": "server.js",
"scripts": {
"start": "node dev.js",
"test": "./node_modules/.bin/cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DraviaVemal/GIT-WebServer.git"
},
"keywords": [
"GIT",
"NodeJS",
"Server",
"Git Server",
"Git WebServer"
],
"maintainers": [
"Dravia Vemal <contact@draviavemal.com> (https://www.draviavemal.com)"
],
"contributors": [
"Dravia Vemal <contact@draviavemal.com> (https://www.draviavemal.com)",
"Velavan Vijay"
],
"author": "Dravia Vemal, Velavan",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/DraviaVemal/GIT-WebServer/issues"
},
"homepage": "https://github.com/DraviaVemal/GIT-WebServer#readme",
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"bcryptjs": "^2.4.3",
"child_process": "^1.0.2",
"compression": "^1.7.3",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"directory-tree": "^2.1.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-request-id": "^1.4.0",
"express-session": "^1.15.6",
"express-subdomain": "^1.0.5",
"express-useragent": "^1.0.12",
"express-validator": "^5.3.0",
"full-git-history": "^1.2.4",
"git-emit": "0.0.0",
"html-element": "^2.2.0",
"http-auth": "^3.2.3",
"i": "^0.3.6",
"markdown": "^0.5.0",
"method-override": "^2.3.10",
"mongoose": "^5.2.6",
"mongoose-auto-increment-fix": "^5.0.2",
"morgan": "^1.9.0",
"node-unique-id-generator": "^0.1.0",
"npm": "^6.3.0",
"rimraf": "^2.6.2",
"sass-lint": "^1.12.1",
"sendmail": "^1.4.1",
"simple-git": "^1.96.0",
"validator": "^10.4.0"
},
"devDependencies": {
"cypress": "^3.0.3"
}
}