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
77 lines (77 loc) · 2.16 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.16 KB
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
{
"name": "node-gcm",
"description": "a Node.JS wrapper library-port for Google Cloud Messaging for Android",
"version": "0.9.15",
"author": "Marcus Farkas <toothlessgear@finitebox.com>",
"contributors": [
"Marcus Farkas <toothlessgear@finitebox.com>",
"monkbroc <jvanier@gmail.com>",
"zlyinfinite",
"Yann Biancheri <yann.biancheri@gmail.com>",
"Hamid Palo <hamid@fogcreek.com>",
"Dotan J. Nahum <jondotan@gmail.com>",
"Max Rabin <rabin.max@gmail.com>",
"Olivier Poitrey <rs@dailymotion.com>",
"George Miroshnykov <george.miroshnykov@gmail.com>",
"Alejandro Garcia Gil <alejandro@ideaknow.com>",
"Ismael Gorissen <ismael.gorissen@gmail.com>",
"Joris Verbogt <joris@notifica.re>",
"goelvivek <goelvivek2011@gmail.com>",
"Lars Jacob <lars@jaclar.net>",
"Roman Iakovlev <roman.iakovlev@here.com>",
"Roman Skvazh <roman.skvazh@gmail.com>",
"Jeremy Goldstein <jg-dev@live.com>",
"Adam Patacchiola <adam@2fours.com>",
"Ivan Longin <ivan.longin@infobip.com>",
"Paul Bininda <paul@bininda.com>",
"Matt Merkes <matt.merkes@gmail.com>",
"Niels Roesen Abildgaard <niels.abildgaard@gmail.com>",
"Nonemoticoner <nonemoticoner@gmail.com>",
"Simen Bekkhus <sbekkhus91@gmail.com>",
"Alexander Johansson <alex@dice.fm>"
],
"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",
"files": [
"index.js",
"lib/"
],
"scripts": {
"test": "sh node_modules/.bin/mocha -R spec test/**/*Spec.js"
},
"dependencies": {
"request": "^2.27.0",
"debug": "^0.8.1"
},
"devDependencies": {
"chai": "^2.2.0",
"mocha": "^2.2.4",
"proxyquire": "^1.4.0",
"sinon": "^1.14.1"
},
"optionalDependencies": {},
"engines": {
"node": ">= 0.10.0"
},
"bugs": {
"url": "https://github.com/ToothlessGear/node-gcm/issues"
},
"homepage": "https://github.com/ToothlessGear/node-gcm",
"directories": {
"test": "test"
},
"license": "MIT"
}