forked from hoavothi/kr_server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1013 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
40
41
42
{
"name": "karaoke-server",
"version": "1.0.0",
"description": "manage server for karaoke online",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoavothi/kr_server.git"
},
"keywords": [
"h5862939598"
],
"author": "hoavo",
"license": "ISC",
"bugs": {
"url": "https://github.com/hoavothi/kr_server/issues"
},
"homepage": "https://github.com/hoavothi/kr_server#readme",
"dependencies": {
"all": "0.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"dotenv": "^5.0.1",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-fileupload": "^0.4.0",
"http-status": "^1.0.1",
"jquery": "^3.3.1",
"jsdom": "^11.11.0",
"jsonwebtoken": "^8.2.1",
"jwt-simple": "^0.5.1",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"npm": "^6.1.0",
"q": "^1.5.1",
"window-or-global": "^1.0.1"
}
}