package.json 579 Bytes
Newer Older
Libin Lu's avatar
init  
Libin Lu committed
1
{
2 3 4 5 6
  "author": {
    "name": "Libin Lu"
  },
  "bugs": {
    "url": "https://github.com/evollu/react-native-fcm/issues"
Libin Lu's avatar
init  
Libin Lu committed
7
  },
Libin Lu's avatar
Libin Lu committed
8
  "description": "React Native bridge for firebase cloud messaging (FCM)",
9 10
  "devDependencies": {},
  "homepage": "https://github.com/evollu/react-native-fcm",
Libin Lu's avatar
init  
Libin Lu committed
11 12 13 14
  "keywords": [
    "React-Native",
    "ios",
    "android",
Libin Lu's avatar
Libin Lu committed
15 16 17
    "fcm",
    "firebase",
    "cloud messaging"
Libin Lu's avatar
init  
Libin Lu committed
18 19
  ],
  "license": "MIT",
20 21 22 23
  "name": "react-native-fcm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evollu/react-native-fcm.git"
Libin Lu's avatar
init  
Libin Lu committed
24
  },
Libin Lu's avatar
Libin Lu committed
25
  "version": "2.5.3"
Libin Lu's avatar
init  
Libin Lu committed
26
}