-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.11 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "phantomnet",
"private": true,
"version": "1.0.1",
"description": "Phantom Net NodeJS API Server",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Snow-Okami/phantom-net.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"keywords": [
"Node.js",
"Express",
"MongoDB"
],
"author": "Rotten Visions",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"async-request": "^1.2.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"connect-redis": "^3.3.3",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"ioredis": "^3.2.2",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.10",
"mongoose": "^5.2.5",
"morgan": "^1.9.0",
"multer": "^1.3.1",
"no-kafka": "^3.2.10",
"nodemailer": "^4.6.7",
"nodemon": "^1.18.3",
"redis": "^2.8.0",
"request": "^2.88.0",
"rotating-file-stream": "^1.3.7",
"socket.io": "^2.1.1",
"urlparser": "^0.3.9",
"ws": "^6.0.0"
}
}