-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 820 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 820 Bytes
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
33
34
35
36
37
{
"name": "node-sender",
"version": "2.0.4",
"engines": {
"node": ">=4.4.2"
},
"description": "Push Notification sender for mobiles (android, windows phone, iphone)",
"main": "sender.js",
"dependencies": {
"async": "^1.5.2",
"bluebird": "^3.3.5",
"bunyan": "^1.8.0",
"debug": "^2.2.0",
"http2": "^3.3.2",
"js2xmlparser": "^1.0.0",
"node-forge": "^0.6.39",
"request": "^2.70.0",
"underscore": "^1.8.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/throrin19/node-sender.git"
},
"keywords": [
"push",
"gcm",
"notification",
"mobile",
"apn",
"wns"
],
"author": "throrin19",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "29d19a3684326464251ce5fcf3ea70d0255dc736"
}