-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 830 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "pushwoosh-react-native-plugin",
"version": "6.1.53",
"description": "This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Pushwoosh/pushwoosh-react-native-plugin.git"
},
"keywords": [
"push",
"notification"
],
"author": "Pushwoosh",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pushwoosh/pushwoosh-react-native-plugin/issues"
},
"rnpm": {
"android": {
"sourceDir": "./src/android"
},
"ios": {
"podspecName": "pushwoosh-react-native-plugin",
"podspecPath": "./pushwoosh-react-native-plugin.podspec",
"assets" : [ "./src/ios/PushwooshInboxBundle.bundle" ]
}
}
}