diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-10-05 20:37:36 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-10-05 20:37:36 -0400 |
| commit | ef2cfac2c055cdfa3958374c68a8d0cfe4e4f046 (patch) | |
| tree | b8808d63300e7517d0aa0ba4232bb6281e5afd8e /examples/lib/okpush/package.json | |
| parent | ae843591da0fea1a57684f26737be0b484718809 (diff) | |
fixing stuff for node-apn v2
Diffstat (limited to 'examples/lib/okpush/package.json')
| -rw-r--r-- | examples/lib/okpush/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/lib/okpush/package.json b/examples/lib/okpush/package.json index 4c2f4a1..b5a52c7 100644 --- a/examples/lib/okpush/package.json +++ b/examples/lib/okpush/package.json @@ -11,6 +11,8 @@ "dependencies": { "apn": "^2.1.1", "lodash": "^4.16.3", - "mongoose": "^4.6.2" + "mongoose": "^4.6.2", + "passport": "^0.3.2", + "passport-http": "^0.3.0" } } |
