-
Notifications
You must be signed in to change notification settings - Fork 206
/
package.json
94 lines (94 loc) · 3.76 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": "node-gcm",
"description": "Easy interface for Google's Cloud Messaging service (now Firebase Cloud Messaging)",
"version": "1.1.4",
"author": "Marcus Farkas <[email protected]>",
"contributors": [
"Marcus Farkas <[email protected]>",
"monkbroc <[email protected]> (https://github.com/monkbroc)",
"zlyinfinite (https://github.com/zlyinfinite)",
"Yann Biancheri <[email protected]> (https://github.com/yannooo)",
"Hamid Palo <[email protected]> (https://github.com/hamidp)",
"Dotan J. Nahum <[email protected]> (https://github.com/jondot)",
"Max Rabin <[email protected]> (https://github.com/maxrabin)",
"Olivier Poitrey <[email protected]> (https://github.com/rs)",
"George Miroshnykov <[email protected]> (https://github.com/laggyluke)",
"Alejandro Garcia Gil <[email protected]> (https://github.com/Alegege)",
"Ismael Gorissen <[email protected]> (https://github.com/igorissen)",
"Joris Verbogt <[email protected]> (https://github.com/silentjohnny)",
"goelvivek <[email protected]> (https://github.com/goelvivek)",
"Lars Jacob <[email protected]> (https://github.com/jaclar)",
"Roman Iakovlev <[email protected]> (https://github.com/RomanIakovlev) ",
"Roman Skvazh <[email protected]> (https://github.com/rskvazh)",
"Jeremy Goldstein <[email protected]> (https://github.com/jg10)",
"Adam Patacchiola <[email protected]> (https://github.com/surespot)",
"Ivan Longin <[email protected]> (https://github.com/ilongin)",
"Paul Bininda <[email protected]> (https://github.com/pbininda)",
"Matt Merkes <[email protected]>",
"Niels Roesen Abildgaard <[email protected]> (https://github.com/hypesystem)",
"Nonemoticoner <[email protected]> (https://github.com/Nonemoticoner)",
"Simen Bekkhus <[email protected]> (https://github.com/SimenB)",
"Alexander Johansson <[email protected]> (https://github.com/KATT)",
"Ashwin R <[email protected]> (https://github.com/ashrko619)",
"Kaija Chang <[email protected]> (https://github.com/kaija)",
"Mo Kamioner <[email protected]> (https://github.com/mkamioner)",
"Bastien Léonard <[email protected]> (https://github.com/bastienleonard)",
"Elad Nava <[email protected]> (https://github.com/eladnava)",
"Marc Obrador <[email protected]> (https://github.com/marcobrador)",
"Chirag Choudhary <[email protected]> (https://github.com/chirag200666)",
"Alexander Amin <[email protected]> (https://github.com/AlexAmin)",
"Gaurav Nolkha <[email protected]> (https://github.com/vibgy)",
"Jan Kowalleck <[email protected]> (https://github.com/jkowalleck)",
"Johan Forssell <[email protected]> (https://github.com/johanforssell)",
"Phillip Bauman <[email protected]> (https://github.com/pmb-cl)"
],
"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",
"fcm",
"firebase",
"ios",
"apn",
"messaging"
],
"main": "index",
"files": [
"index.js",
"lib/"
],
"scripts": {
"test": "mocha test/**/*Spec.js"
},
"dependencies": {
"axios": "~1.7.7",
"debug": "^3.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"chai": "^2.2.0",
"mocha": "^9.1.0",
"proxyquire": "^2.0.1",
"sinon": "^5.0.7"
},
"engines": {
"node": ">= 12"
},
"bugs": {
"url": "https://github.com/ToothlessGear/node-gcm/issues"
},
"homepage": "https://github.com/ToothlessGear/node-gcm",
"directories": {
"test": "test"
},
"license": "MIT"
}