{ "name": "@parse/node-gcm", "description": "Easy interface for Google's Cloud Messaging service (now Firebase Cloud Messaging)", "version": "1.0.2", "author": "Marcus Farkas ", "contributors": [ "Marcus Farkas ", "monkbroc (https://github.com/monkbroc)", "zlyinfinite (https://github.com/zlyinfinite)", "Yann Biancheri (https://github.com/yannooo)", "Hamid Palo (https://github.com/hamidp)", "Dotan J. Nahum (https://github.com/jondot)", "Max Rabin (https://github.com/maxrabin)", "Olivier Poitrey (https://github.com/rs)", "George Miroshnykov (https://github.com/laggyluke)", "Alejandro Garcia Gil (https://github.com/Alegege)", "Ismael Gorissen (https://github.com/igorissen)", "Joris Verbogt (https://github.com/silentjohnny)", "goelvivek (https://github.com/goelvivek)", "Lars Jacob (https://github.com/jaclar)", "Roman Iakovlev (https://github.com/RomanIakovlev) ", "Roman Skvazh (https://github.com/rskvazh)", "Jeremy Goldstein (https://github.com/jg10)", "Adam Patacchiola (https://github.com/surespot)", "Ivan Longin (https://github.com/ilongin)", "Paul Bininda (https://github.com/pbininda)", "Matt Merkes ", "Niels Roesen Abildgaard (https://github.com/hypesystem)", "Nonemoticoner (https://github.com/Nonemoticoner)", "Simen Bekkhus (https://github.com/SimenB)", "Alexander Johansson (https://github.com/KATT)", "Ashwin R (https://github.com/ashrko619)", "Kaija Chang (https://github.com/kaija)", "Mo Kamioner (https://github.com/mkamioner)", "Bastien Léonard (https://github.com/bastienleonard)", "Elad Nava (https://github.com/eladnava)", "Marc Obrador (https://github.com/marcobrador)", "Chirag Choudhary (https://github.com/chirag200666)", "Alexander Amin (https://github.com/AlexAmin)", "Gaurav Nolkha (https://github.com/vibgy)", "Jan Kowalleck (https://github.com/jkowalleck)", "Johan Forssell (https://github.com/johanforssell)" ], "repository": { "type": "git", "url": "http://github.com/parse-community/node-gcm.git", "web": "http://github.com/parse-community/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.88.0" }, "devDependencies": { "chai": "4.1.2", "mocha": "5.2.0", "proxyquire": "2.1.0", "sinon": "6.3.4" }, "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" }