package.json 614 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)",
Libin Lu's avatar
Libin Lu committed
9
  "peerDependencies": {
Libin Lu's avatar
Libin Lu committed
10
    "react-native": ">=0.40.0"
Libin Lu's avatar
Libin Lu committed
11
  },
12
  "homepage": "https://github.com/evollu/react-native-fcm",
Libin Lu's avatar
init  
Libin Lu committed
13 14 15 16
  "keywords": [
    "React-Native",
    "ios",
    "android",
Libin Lu's avatar
Libin Lu committed
17 18 19
    "fcm",
    "firebase",
    "cloud messaging"
Libin Lu's avatar
init  
Libin Lu committed
20 21
  ],
  "license": "MIT",
22 23 24 25
  "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
26
  },
Libin Lu's avatar
Libin Lu committed
27
  "version": "9.6.2"
Libin Lu's avatar
init  
Libin Lu committed
28
}