react-native-gcm
Version:
Google Cloud Messaging for React Native
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "react-native-gcm",
"version": "0.1.6",
"description": "Google Cloud Messaging for React Native",
"main": "index.js",
"scripts": {
"prepublish": "./node_modules/.bin/babel ./src/ --out-dir ./lib/ --stage 0 --ignore '/node_modules/' --external-helpers --optional runtime",
"lint": "./node_modules/.bin/eslint ./src"
},
"dependencies": {
"babel-runtime": "^5.6.15",
"bh5-emitter": "^1.1.4"
},
"devDependencies": {
"babel": "^5.6.14",
"babel-eslint": "^3.1.9",
"eslint": "^0.21.0",
"react": "^0.13.3"
},
"peerDependencies": {
"react": "^0.13.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bh5-pods/bh5-gcm.git"
},
"keywords": [
"React",
"react-native",
"React",
"Native",
"iOS",
"Android",
"Google",
"GCM",
"APNS",
"push",
"notifications"
],
"author": "Bodhi5 Inc <info@bodhi5.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bh5-pods/react-native-gcm/issues"
},
"homepage": "https://github.com/bh5-pods/react-native-gcm#readme"
}