-
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 <spect.man@gmail.com>",
"contributors": [
{ "name": "Yury Proshchenko", "email": "spect.man@gmail.com" },
{ "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"
}
}