-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 922 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": "qabot",
"version": "1.0.0",
"description": "\"This is a StachOverflow like online question-answer platform with minimal features\"",
"main": "app.js",
"scripts": {
"start": "node app.js",
"startt-dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rajvijen/QaBot.git"
},
"keywords": [
"\"stackoverflow\"",
"\"bot\"",
"\"QA\""
],
"author": "rajvijen",
"license": "ISC",
"bugs": {
"url": "https://github.com/rajvijen/QaBot/issues"
},
"homepage": "https://github.com/rajvijen/QaBot#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"jsonwebtoken": "^9.0.0",
"mongodb": "^3.2.7",
"mongoose": "^5.6.2",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"validator": "^11.0.0"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}