-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 918 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 918 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
36
37
38
39
{
"name": "application-name",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"activator": "~0.2.8",
"async": "~0.9.0",
"body-parser": "~1.0.0",
"connect": "~2.16.2",
"connect-flash": "^0.1.1",
"connect-pg": "~1.1.5",
"connect-pg-simple": "~1.0.2",
"cookie-parser": "~1.0.1",
"express": "~4.0.0",
"express-session": "^1.1.0",
"imap": "~0.8.10",
"mailcomposer": "~0.2.11",
"mailgun": "~0.4.2",
"morgan": "~1.0.0",
"nodemailer": "^0.7.0",
"nunjucks": "^1.0.5",
"passport": "^0.2.0",
"passport-google-oauth": "^0.1.5",
"pg": "^3.1.0",
"sequelize": "^1.7.5",
"static-favicon": "~1.0.0",
"validator": "^3.12.0",
"xoauth2": "~0.1.8"
},
"devDependencies": {
"debug": "^0.8.1",
"gulp": "^3.6.2",
"gulp-git": "^0.4.2",
"gulp-nodemon": "^1.0.2"
}
}