-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 946 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
{
"name": "nodejs-pasteserver",
"version": "1.0.0",
"description": "A NodeJS based Pasteserver to share code and text.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pasteserver",
"just-paste-it",
"pastebin",
"hastebin"
],
"author": "VironLab",
"license": "GPL-3.0",
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-rate-limit": "^5.3.0",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"https": "^1.0.0",
"jsondatabase.js": "^0.0.7-alpha",
"logger-nodejs-simple": "^1.0.0",
"node-fetch": "^2.6.1",
"path": "^0.12.7",
"serve-favicon": "^2.5.0",
"serve-static": "^1.14.1"
}
}