diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-05-18 23:26:05 +0200 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-05-18 23:26:05 +0200 |
| commit | 852b4d626cddac12fa8097be6bcff183f228bf52 (patch) | |
| tree | 88b97a56122cf0205b92ea23bc5fbaecb487e63c /lib/okpush/package.json | |
| parent | 3a94f72966125b2b0bffbd07bea75d9217a8cc44 (diff) | |
okpush
Diffstat (limited to 'lib/okpush/package.json')
| -rw-r--r-- | lib/okpush/package.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/okpush/package.json b/lib/okpush/package.json new file mode 100644 index 0000000..87ca92c --- /dev/null +++ b/lib/okpush/package.json @@ -0,0 +1,21 @@ +{ + "name": "okpush", + "version": "1.0.0", + "description": "push notification service", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "okfocus <frontdesk@okfoc.us>", + "license": "LNT", + "dependencies": { + "apn": "^2.1.1", + "bluebird": "^3.4.6", + "body-parser": "^1.15.2", + "lodash": "^4.16.3", + "mongoose": "^4.6.2", + "mongoose-findorcreate": "^0.1.2", + "passport": "^0.3.2", + "passport-http": "^0.3.0" + } +} |
