-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 841 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 841 Bytes
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
{
"name": "forumerly",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"repository": "https://github.com/jonlove/forumerly.git",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"connect-flash": "^0.1.1",
"connect-redis": "^3.2.0",
"express": "^4.15.2",
"express-session": "^1.15.2",
"formidable": "^1.1.1",
"greenlock-express": "^2.0.10",
"hjs": "0.0.6",
"moment-timezone": "^0.5.13",
"mongodb": "^2.2.25",
"multer": "^1.3.0",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0"
},
"devDependencies": {
"pm2": "^2.4.5"
}
}