-
Notifications
You must be signed in to change notification settings - Fork 204
/
Copy pathpackage.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.9",
"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"
}