forked from ToothlessGear/node-gcm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 869 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 869 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
{
"name": "node-gcm",
"description": "a Node.JS wrapper library-port for Google Cloud Messaging for Android",
"version": "0.9.2",
"author": "Marcus Farkas <marcus.farkas@spaceteam.at>",
"contributors": [
{ "name": "Marcus Farkas", "email": "marcus.farkas@spaceteam.at" },
{ "name": "monkbroc", "email": "" },
{ "name": "zlyinfinite", "email": ""},
{ "name": "Yann Biancheri", "email": "yann.biancheri@gmail.com" },
{ "name": "Hamid Palo", "email": ""}
],
"repository": {
"type": "git",
"url": "http://github.com/ToothlessGear/node-gcm.git",
"web": "http://github.com/ToothlessGear/node-gcm"
},
"keywords": ["google", "cloud", "push", "notifications", "android", "c2dm", "gcm"],
"main": "index",
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": ">= 0.6.0"
}
}