-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
24 lines (24 loc) · 893 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
{
"name": "c2dm",
"description": "An interface to the Android Cloud to Device Messaging (C2DM) service for Node.js",
"version": "1.2.2",
"author": "Yury Proshchenko <[email protected]>",
"contributors": [
{ "name": "Yury Proshchenko", "email": "[email protected]" },
{ "name": "Mohd Faruq", "url": "https://github.com/ruqqq" },
{ "name": "Sam Lown", "url": "https://github.com/samlown" },
{ "name": "Olivier Poitrey", "url": "https://github.com/rs" },
{ "name": "Charles Daniel", "url": "https://github.com/charlesdaniel" }
],
"keywords": ["google", "push", "push notifications", "android", "c2dm"],
"main": "./lib/c2dm.js",
"repository": {
"type": "git",
"url": "http://github.com/SpeCT/node-c2dm.git",
"web" : "http://github.com/SpeCT/node-c2dm"
},
"engines": { "node": ">= 0.2.0" },
"dependencies": {
"retry": ">=0.6.0"
}
}