forked from ToothlessGear/node-gcm
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
94 lines (94 loc) · 3.72 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "@parse/node-gcm",
"description": "Easy interface for Google's Cloud Messaging service (now Firebase Cloud Messaging)",
"version": "1.0.2",
"author": "Marcus Farkas <toothlessgear@finitebox.com>",
"contributors": [
"Marcus Farkas <toothlessgear@finitebox.com>",
"monkbroc <jvanier@gmail.com> (https://github.com/monkbroc)",
"zlyinfinite (https://github.com/zlyinfinite)",
"Yann Biancheri <yann.biancheri@gmail.com> (https://github.com/yannooo)",
"Hamid Palo <hamid@fogcreek.com> (https://github.com/hamidp)",
"Dotan J. Nahum <jondotan@gmail.com> (https://github.com/jondot)",
"Max Rabin <rabin.max@gmail.com> (https://github.com/maxrabin)",
"Olivier Poitrey <rs@dailymotion.com> (https://github.com/rs)",
"George Miroshnykov <george.miroshnykov@gmail.com> (https://github.com/laggyluke)",
"Alejandro Garcia Gil <alejandro@ideaknow.com> (https://github.com/Alegege)",
"Ismael Gorissen <ismael.gorissen@gmail.com> (https://github.com/igorissen)",
"Joris Verbogt <joris@notifica.re> (https://github.com/silentjohnny)",
"goelvivek <goelvivek2011@gmail.com> (https://github.com/goelvivek)",
"Lars Jacob <lars@jaclar.net> (https://github.com/jaclar)",
"Roman Iakovlev <roman.iakovlev@here.com> (https://github.com/RomanIakovlev) ",
"Roman Skvazh <roman.skvazh@gmail.com> (https://github.com/rskvazh)",
"Jeremy Goldstein <jg-dev@live.com> (https://github.com/jg10)",
"Adam Patacchiola <adam@2fours.com> (https://github.com/surespot)",
"Ivan Longin <ivan.longin@infobip.com> (https://github.com/ilongin)",
"Paul Bininda <paul@bininda.com> (https://github.com/pbininda)",
"Matt Merkes <matt.merkes@gmail.com>",
"Niels Roesen Abildgaard <niels.abildgaard@gmail.com> (https://github.com/hypesystem)",
"Nonemoticoner <nonemoticoner@gmail.com> (https://github.com/Nonemoticoner)",
"Simen Bekkhus <sbekkhus91@gmail.com> (https://github.com/SimenB)",
"Alexander Johansson <alex@dice.fm> (https://github.com/KATT)",
"Ashwin R <ashrko619@gmail.com> (https://github.com/ashrko619)",
"Kaija Chang <kaija.chang@gmail.com> (https://github.com/kaija)",
"Mo Kamioner <mkamioner@gmail.com> (https://github.com/mkamioner)",
"Bastien Léonard <bastien.leonard@gmail.com> (https://github.com/bastienleonard)",
"Elad Nava <eladnava@gmail.com> (https://github.com/eladnava)",
"Marc Obrador <marcobrador89@gmail.com> (https://github.com/marcobrador)",
"Chirag Choudhary <chirag200666@gmail.com> (https://github.com/chirag200666)",
"Alexander Amin <alexander.amin@high5-it.de> (https://github.com/AlexAmin)",
"Gaurav Nolkha <gaurav@swiftday.com> (https://github.com/vibgy)",
"Jan Kowalleck <jan.kowalleck@gmail.com> (https://github.com/jkowalleck)",
"Johan Forssell <johan@forssell.me> (https://github.com/johanforssell)"
],
"repository": {
"type": "git",
"url": "http://github.com/parse-community/node-gcm.git",
"web": "http://github.com/parse-community/node-gcm"
},
"keywords": [
"google",
"cloud",
"push",
"notifications",
"android",
"c2dm",
"gcm",
"fcm",
"firebase",
"ios",
"apn",
"messaging"
],
"main": "index",
"files": [
"index.js",
"lib/"
],
"scripts": {
"test": "mocha test/**/*Spec.js"
},
"dependencies": {
"debug": "^4.3.2",
"lodash": "^4.17.21",
"request": "2.88.2"
},
"devDependencies": {
"chai": "4.1.2",
"mocha": "5.2.0",
"proxyquire": "2.1.0",
"sinon": "6.3.4"
},
"optionalDependencies": {},
"engines": {
"node": ">= 4"
},
"bugs": {
"url": "https://github.com/ToothlessGear/node-gcm/issues"
},
"homepage": "https://github.com/ToothlessGear/node-gcm",
"directories": {
"test": "test"
},
"license": "MIT"
}