summaryrefslogtreecommitdiff
path: root/lib/okpush/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/okpush/package.json')
-rw-r--r--lib/okpush/package.json21
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"
+ }
+}