Skip to content

Commit

Permalink
fix: missing nodemailer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslabbe committed Nov 25, 2016
1 parent 2e18192 commit 95b4600
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,18 @@
"ajax-request": "^1.2.1",
"babel-polyfill": "^6.16.0",
"babel-register": "^6.16.3",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.4.6",
"body-parser": "^1.14.1",
"child-process-promise": "^2.1.3",
"cli-color": "^1.1.0",
"cli-table": "^0.3.1",
"commander": "^2.9.0",
"connect-busboy": "0.0.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.1",
"cookies": "^0.6.1",
"csurf": "^1.8.3",
"deepmerge": "^1.1.0",
"dir-compare": "^1.2.0",
"exec": "^0.2.1",
Expand All @@ -63,38 +68,34 @@
"helmet": "^3.1.0",
"html-minifier": "^3.1.0",
"https": "^1.0.0",
"jwt-simple": "^0.4.1",
"limax": "^1.4.0",
"mkdirp": "^0.5.1",
"moment": "^2.15.2",
"nanoajax": "^0.4.0",
"node-sqlparser": "^1.0.2",
"nodemailer": "^2.6.4",
"oauth2orize": "^1.2.2",
"on": "^1.3.0",
"openurl": "^1.1.0",
"pm2": "^2.0.18",
"prettyjson": "^1.1.3",
"prompt": "^1.0.0",
"qs": "^6.0.1",
"request": "^2.69.0",
"uuid": "^3.0.0",
"watch": "^1.0.1",
"which": "^1.2.11",
"xss": "^0.2.10",
"bcrypt-nodejs": "0.0.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.1",
"cookies": "^0.6.1",
"csurf": "^1.8.3",
"jwt-simple": "^0.4.1",
"oauth2orize": "^1.2.2",
"owasp-password-strength-test": "^1.3.0",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-oauth2-client-password": "^0.1.2",
"pm2": "^2.0.18",
"prettyjson": "^1.1.3",
"prompt": "^1.0.0",
"qs": "^6.0.1",
"ratelimiter": "^2.1.3",
"redis": "^2.6.0-1",
"smtp-server": "^1.11.1"
"request": "^2.69.0",
"smtp-server": "^1.11.1",
"uuid": "^3.0.0",
"watch": "^1.0.1",
"which": "^1.2.11",
"xss": "^0.2.10"
},
"devDependencies": {
"babel": "^6.3.26",
Expand Down

0 comments on commit 95b4600

Please sign in to comment.