package.json 831 Bytes
Newer Older
Lidan Hifi's avatar
Lidan Hifi committed
1 2 3 4 5 6 7
{
  "name": "react-native-notifications",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
8
    "url": "https://github.com/wix/react-native-notifications.git"
Lidan Hifi's avatar
Lidan Hifi committed
9
  },
Lidan Hifi's avatar
0.0.5  
Lidan Hifi committed
10
  "version": "0.0.5",
Lidan Hifi's avatar
Lidan Hifi committed
11 12 13 14 15 16 17 18 19 20 21
  "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android",
  "keywords": [
    "react-component",
    "react-native",
    "ios",
    "push-notifications"
  ],
  "nativePackage": true,
  "peerDependencies": {
    "react-native": ">=0.19.0"
  },
22
  "homepage": "https://github.com/wix/react-native-notifications",
Lidan Hifi's avatar
Lidan Hifi committed
23
  "bugs": {
24
    "url": "https://github.com/wix/react-native-notifications/issues"
Lidan Hifi's avatar
Lidan Hifi committed
25 26 27 28
  },
  "dependencies": {
    "core-js": "^1.0.0"
  },
29 30
  "author": "Lidan Hifi <lidan.hifi@gmail.com>",
  "main": "index.ios.js",
Lidan Hifi's avatar
Lidan Hifi committed
31 32
  "license": "MIT"
}