-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 962 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
38
39
{
"name": "server-internz",
"version": "1.0.0",
"description": "sopt 25th appjam project",
"main": "app.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/INTENRZ/Server-Internz.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/INTENRZ/Server-Internz/issues"
},
"homepage": "https://github.com/INTENRZ/Server-Internz#readme",
"dependencies": {
"aws-sdk": "^2.597.0",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"header-parser": "^1.0.0",
"jade": "^1.11.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"node-cron": "^2.0.3",
"pbkdf2": "^3.0.17",
"promise-mysql": "^4.1.1",
"rand-token": "^0.4.0"
}
}