-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 919 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": "jobsforhosh",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sphuff/jobsforhosh.git"
},
"author": "sphuff",
"license": "ISC",
"bugs": {
"url": "https://github.com/sphuff/jobsforhosh/issues"
},
"homepage": "https://github.com/sphuff/jobsforhosh#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"dotenv": "^2.0.0",
"ejs": "^2.5.5",
"express": "^4.14.0",
"express-ejs-layouts": "^2.2.0",
"jsonwebtoken": "^7.2.1",
"mocha": "^3.2.0",
"mockgoose": "^6.0.8",
"mongodb": "^2.2.19",
"mongoose": "^4.7.6",
"morgan": "^1.7.0",
"nodemailer": "^2.7.0",
"nodemon": "^1.11.0",
"request": "^2.79.0"
}
}