forked from h2soft/node-gcm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 746 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "gcm-to-fcm",
"description": "An interface to Firebase Cloud Messaging for Android (FCM) on Node.js",
"version": "1.0.1",
"author": "Changshin Lee <cslee@h2soft.kr>",
"contributors": [
{ "name": "Changshin Lee", "email": "cslee@h2soft.kr" },
{ "name": "Hannes Gassert", "url": "http://gassert.ch" },
{"name": "Ziauddin", "email": "xia_majeed@hotmail.com"}
],
"keywords": ["google", "push", "push notifications", "android", "gcm"],
"main": "./lib/gcm.js",
"repository": {
"type": "git",
"url": "https://github.com/ZiaDev/node-gcm.git",
"web" : "https://github.com/ZiaDev/node-gcm"
},
"engines": { "node": ">= 0.8.0" },
"dependencies": {
"retry": ">=0.6.0"
}
}