-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 938 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
34
35
36
37
{
"name": "metal-archives-api",
"version": "1.0.0",
"description": "Metal Archive crawler and API",
"main": "api.js",
"scripts": {
"start": "node api.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoX1337/metalArchivesAPI.git"
},
"author": "gox1337",
"license": "ISC",
"bugs": {
"url": "https://github.com/GoX1337/metalArchivesAPI/issues"
},
"homepage": "https://github.com/GoX1337/metalArchivesAPI#readme",
"dependencies": {
"api-benchmark": "^0.5.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"cherio": "^1.0.0-rc.2",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-rate-limit": "^5.0.0",
"fs": "0.0.1-security",
"http": "0.0.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mongodb": "^3.3.2",
"morgan": "^1.9.1",
"request": "^2.88.0",
"winston": "^3.2.1"
}
}