-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 752 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 752 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
31
{
"name": "gitfire",
"version": "1.0.0",
"description": "Just Another CDN to serve Git Content",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hrichiksite/GitFire.git"
},
"keywords": [
"cdn",
"gitfire",
"gitcdn"
],
"author": "Hrichik Mazumder <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/hrichiksite/GitFire/issues"
},
"homepage": "https://github.com/hrichiksite/GitFire#readme",
"dependencies": {
"@sentry/node": "^6.2.5",
"@sentry/tracing": "^6.2.5",
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"redis": "^3.1.0"
}
}