-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 832 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 832 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
35
{
"name": "absence_note",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "./startup.sh"
},
"dependencies": {
"async": "^2.0.0-rc.5",
"body-parser": "~1.13.2",
"connect-mongo": "^1.1.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"expect.js": "^0.3.1",
"express": "~4.13.1",
"express-session": "^1.13.0",
"gulp-nodemon": "^2.0.7",
"hogan-express": "^0.5.2",
"intersect": "^1.0.1",
"jspdf": "^1.2.61",
"mongoose": "^4.4.12",
"morgan": "~1.6.1",
"nodemailer": "^2.4.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-nodemon": "^2.0.7",
"gulp-sass": "^2.3.1"
}
}