clean up code
Showing
{ | { | ||
"name": "react-native-gcm-push-notification", | "name": "react-native-fcm", | ||
"version": "1.0.3", | "version": "1.0.0", | ||
"description": "React Native component for Google Cloud Messaging for IOS and Android", | "description": "React Native component for FCM for IOS and Android", | ||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "git+https://github.com/evollu/react-native-gcm-push-notification.git" | "url": "git+https://github.com/evollu/react-native-fcm.git" | ||
}, | }, | ||
"keywords": [ | "keywords": [ | ||
"React-Native", | "React-Native", | ||
"ios", | "ios", | ||
"android", | "android", | ||
"gcm" | "fcm", | ||
"firebase", | |||
"cloud messaging" | |||
], | ], | ||
"author": "Libin Lu", | "author": "Libin Lu", | ||
"license": "MIT", | "license": "MIT", | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/evollu/react-native-gcm-push-notification/issues" | "url": "https://github.com/evollu/react-native-fcm/issues" | ||
}, | }, | ||
"homepage": "https://github.com/evollu/react-native-gcm-push-notification#readme" | "homepage": "https://github.com/evollu/react-native-fcm" | ||
} | } |
Please register or sign in to comment