jshare-react-native
Version:
JShare SDK for react native application
44 lines • 1.01 kB
JSON
{
"name": "jshare-react-native",
"version": "1.4.2",
"description": "JShare SDK for react native application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"jcore-react-native": ">= 1.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpush/jshare-react-native.git"
},
"keywords": [
"JShare",
"React",
"Native"
],
"author": "KenChoi,HuminiOS",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpush/jshare-react-native/issues"
},
"homepage": "https://github.com/jpush/jshare-react-native#readme",
"rnpm": {
"ios": {
"sharedLibraries": [
"libz",
"CoreTelephony",
"Security",
"CFNetwork",
"CoreFoundation",
"SystemConfiguration",
"Foundation",
"UIKit",
"libresolv",
"CoreGraphics",
"CoreLocation"
]
}
}
}