-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.17 KB
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": "techpotato",
"version": "1.0.0",
"description": "TechPotato to make your job hunting easier ",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lijun21/TechPotato.git"
},
"keywords": [
"node",
"mongoDB",
"express"
],
"author": "Lijun Wang",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lijun21/TechPotato/issues"
},
"homepage": "https://github.com/Lijun21/TechPotato#readme",
"dependencies": {
"async": "^2.6.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.1",
"cloudinary": "^1.11.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"express": "^4.15.4",
"express-session": "^1.15.6",
"locus": "^2.0.1",
"method-override": "^2.3.10",
"moment": "^2.21.0",
"mongoose": "^5.0.6",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"nodemailer": "^4.6.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.2.1",
"path": "^0.12.7",
"serve-favicon": "^2.5.0"
}
}