-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 849 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "node-pushserver",
"version": "0.5.3",
"description": "Cross-plateform Push Notifications. A project providing a generic API to push messages using Apple's APN and Google's GCM services.",
"keywords": [
"push",
"gcm",
"apn",
"mongodb"
],
"dependencies": {
"mongoose": "~3.8.12",
"node-gcm": "~0.9.6",
"lodash": "~1.3.1",
"apn": "~1.3.4",
"express": "~3.2.6",
"commander": "~1.2.0"
},
"bin": {
"uocnotification": "./bin/uocnotification.js"
},
"main": "./lib/PushController.js",
"scripts": {
"start": "node ./bin/uocnotification.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/jsanchezramos/UOC-Notification.git"
},
"bugs": "https://github.com/jsanchezramos/UOC-Notification/issues"
}