-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 840 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 840 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
31
32
33
{
"name": "@oracle/react-native-pushiomanager",
"version": "7.0.2",
"description": "React Native Module for Responsys Mobile SDK",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/oracle/pushiomanager-react-native"
},
"scripts": {
"postinstall":"./postinstall.sh"
},
"keywords": [
"responsys",
"pushio",
"push",
"notification",
"react-native"
],
"license": "UPL-1.0",
"author": "Oracle Corp.",
"contributors": [
"Neerhaj N Joshi <neerhaj.joshi@oracle.com>",
"Poorna Rai <poorna.rai@oracle.com>",
"Savitha Rudramuni <savitha.rudramuni@oracle.com>",
"Pallavi Krishnaiah Hebbar <pallavi.krishnaiah.hebbar@oracle.com>"
],
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"dependencies": {
"invariant": "^2.2.4"
}
}