UNPKG

3.43 kBJSONView Raw
1{
2 "name": "node-gcm",
3 "description": "a Node.JS wrapper library-port for Google Cloud Messaging for Android",
4 "version": "0.14.0",
5 "author": "Marcus Farkas <toothlessgear@finitebox.com>",
6 "contributors": [
7 "Marcus Farkas <toothlessgear@finitebox.com>",
8 "monkbroc <jvanier@gmail.com> (https://github.com/monkbroc)",
9 "zlyinfinite (https://github.com/zlyinfinite)",
10 "Yann Biancheri <yann.biancheri@gmail.com> (https://github.com/yannooo)",
11 "Hamid Palo <hamid@fogcreek.com> (https://github.com/hamidp)",
12 "Dotan J. Nahum <jondotan@gmail.com> (https://github.com/jondot)",
13 "Max Rabin <rabin.max@gmail.com> (https://github.com/maxrabin)",
14 "Olivier Poitrey <rs@dailymotion.com> (https://github.com/rs)",
15 "George Miroshnykov <george.miroshnykov@gmail.com> (https://github.com/laggyluke)",
16 "Alejandro Garcia Gil <alejandro@ideaknow.com> (https://github.com/Alegege)",
17 "Ismael Gorissen <ismael.gorissen@gmail.com> (https://github.com/igorissen)",
18 "Joris Verbogt <joris@notifica.re> (https://github.com/silentjohnny)",
19 "goelvivek <goelvivek2011@gmail.com> (https://github.com/goelvivek)",
20 "Lars Jacob <lars@jaclar.net> (https://github.com/jaclar)",
21 "Roman Iakovlev <roman.iakovlev@here.com> (https://github.com/RomanIakovlev) ",
22 "Roman Skvazh <roman.skvazh@gmail.com> (https://github.com/rskvazh)",
23 "Jeremy Goldstein <jg-dev@live.com> (https://github.com/jg10)",
24 "Adam Patacchiola <adam@2fours.com> (https://github.com/surespot)",
25 "Ivan Longin <ivan.longin@infobip.com> (https://github.com/ilongin)",
26 "Paul Bininda <paul@bininda.com> (https://github.com/pbininda)",
27 "Matt Merkes <matt.merkes@gmail.com>",
28 "Niels Roesen Abildgaard <niels.abildgaard@gmail.com> (https://github.com/hypesystem)",
29 "Nonemoticoner <nonemoticoner@gmail.com> (https://github.com/Nonemoticoner)",
30 "Simen Bekkhus <sbekkhus91@gmail.com> (https://github.com/SimenB)",
31 "Alexander Johansson <alex@dice.fm> (https://github.com/KATT)",
32 "Ashwin R <ashrko619@gmail.com> (https://github.com/ashrko619)",
33 "Kaija Chang <kaija.chang@gmail.com> (https://github.com/kaija)",
34 "Mo Kamioner <mkamioner@gmail.com> (https://github.com/mkamioner)",
35 "Bastien Léonard <bastien.leonard@gmail.com> (https://github.com/bastienleonard)",
36 "Elad Nava <eladnava@gmail.com> (https://github.com/eladnava)",
37 "Marc Obrador <marcobrador89@gmail.com> (https://github.com/marcobrador)"
38 ],
39 "repository": {
40 "type": "git",
41 "url": "http://github.com/ToothlessGear/node-gcm.git",
42 "web": "http://github.com/ToothlessGear/node-gcm"
43 },
44 "keywords": [
45 "google",
46 "cloud",
47 "push",
48 "notifications",
49 "android",
50 "c2dm",
51 "gcm"
52 ],
53 "main": "index",
54 "files": [
55 "index.js",
56 "lib/"
57 ],
58 "scripts": {
59 "test": "mocha test/**/*Spec.js"
60 },
61 "dependencies": {
62 "debug": "^0.8.1",
63 "lodash": "^3.10.1",
64 "request": "^2.27.0"
65 },
66 "devDependencies": {
67 "chai": "^2.2.0",
68 "mocha": "^2.2.4",
69 "proxyquire": "^1.4.0",
70 "sinon": "^1.14.1"
71 },
72 "optionalDependencies": {},
73 "engines": {
74 "node": ">= 0.10.0"
75 },
76 "bugs": {
77 "url": "https://github.com/ToothlessGear/node-gcm/issues"
78 },
79 "homepage": "https://github.com/ToothlessGear/node-gcm",
80 "directories": {
81 "test": "test"
82 },
83 "license": "MIT"
84}