mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-12 17:18:11 +08:00
33 lines
831 B
JSON
33 lines
831 B
JSON
{
|
|
"name": "react-native-notifications",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wix/react-native-notifications.git"
|
|
},
|
|
"version": "0.0.4",
|
|
"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/react-native-notifications",
|
|
"bugs": {
|
|
"url": "https://github.com/wix/react-native-notifications/issues"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^1.0.0"
|
|
},
|
|
"author": "Lidan Hifi <lidan.hifi@gmail.com>",
|
|
"main": "index.ios.js",
|
|
"license": "MIT"
|
|
}
|