-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.4 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
49
50
51
52
{
"name": "hailmary",
"version": "0.0.0",
"private": true,
"scripts": {
"start": " ./bin/www"
},
"engines": {
"node": "13.2.0",
"npm":"6.13.4"
},
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cb": "^0.1.0",
"cookie": "^0.4.0",
"cookie-parser": "^1.4.4",
"cookieparser": "^0.1.0",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "~2.6.1",
"env": "0.0.2",
"express": "~4.16.1",
"express-session": "^1.17.0",
"fs": "0.0.1-security",
"gridfs-stream": "^1.1.1",
"http-errors": "~1.6.3",
"method-override": "^3.0.0",
"minimist": "^1.2.5",
"mongoose": "^5.8.9",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.0.2",
"nodemon": "^2.0.2",
"parser": "^0.1.4",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0"
},
"description": "All Chat is free Form forum in the vein of reddit or craigslist. I want users to be able to find a topic of intrest and start chating right away. Allchat was my introduction to Nodejs and noSql database.",
"main": "server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/laststandjam/allchat.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/laststandjam/allchat/issues"
},
"homepage": "https://github.com/laststandjam/allchat#readme"
}