{
  "name": "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)"
  ],
  "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": {
    "debug": "^3.1.0",
    "lodash": "^4.17.10",
    "request": "2.87.0"
  },
  "devDependencies": {
    "chai": "^2.2.0",
    "mocha": "^5.1.1",
    "proxyquire": "^2.0.1",
    "sinon": "^5.0.7"
  },
  "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"
}
