package.json 845 Bytes
Newer Older
Lidan Hifi's avatar
Lidan Hifi committed
1 2 3 4 5 6 7 8 9
{
  "name": "react-native-notifications",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wix-private/react-native-notifications.git"
  },
Lidan Hifi's avatar
Lidan Hifi committed
10
  "version": "0.0.2",
Lidan Hifi's avatar
Lidan Hifi committed
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
  "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"
  },
  "homepage": "https://github.com/wix-private/react-native-notifications",
  "bugs": {
    "url": "https://github.com/wix-private/react-native-notifications/issues"
  },
  "dependencies": {
    "core-js": "^1.0.0"
  },
  "author": "Lidan Hifi <lidanh@wix.com>",
  "main": "index.js",
  "license": "MIT"
}