react-native-cert-pinning
Version:
React Native fetch with SSL Cert Pinning support
37 lines (36 loc) • 846 B
JSON
{
"name": "react-native-cert-pinning",
"version": "1.0.0",
"description": "React Native fetch with SSL Cert Pinning support",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/NewtopiaDEV/react-native-cert-pinning"
},
"keywords": [
"react-native",
"ios",
"android",
"SSL",
"Network"
],
"author": "NewtopiaDEV",
"license": "MIT",
"bugs": {
"url": "https://github.com/NewtopiaDEV/react-native-cert-pinning/issues"
},
"homepage": "https://github.com/NewtopiaDEV/react-native-cert-pinning#readme",
"devDependencies": {
"react": "15.3.2",
"react-native": "^0.34"
},
"peerDependencies": {
"react-native": ">=0.34 <1.0.0"
},
"dependencies": {
"q": "^1.4.1"
}
}