Files
react-native-notifications/package.json
2016-04-08 18:03:06 +03:00

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"
}