diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-10-04 19:50:38 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-10-04 19:50:38 -0400 |
| commit | 95df0e83fdb7f564d64b6c916e674e0db46c116d (patch) | |
| tree | b0e68ea99a5a57fdb95aa1046db8fe69d0aefbbb /examples/lib/okpush/package.json | |
| parent | 7e525bc4ae191bde7cb40de2c489250cb3e0af0f (diff) | |
starting push notification module
Diffstat (limited to 'examples/lib/okpush/package.json')
| -rw-r--r-- | examples/lib/okpush/package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/lib/okpush/package.json b/examples/lib/okpush/package.json new file mode 100644 index 0000000..7af03ae --- /dev/null +++ b/examples/lib/okpush/package.json @@ -0,0 +1,14 @@ +{ + "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" + } +} |
