securehybridapptesting
Version:
Security Testing for react-native component
47 lines (46 loc) • 1.18 kB
JSON
{
"name": "securehybridapptesting",
"author": "Kartik Desai",
"version": "0.0.5",
"description": "Security Testing for react-native component",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/geolocation": "^2.0.2",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-contacts": "^5.1.0",
"react-native-webview": "^9.2.1"
},
"keywords": [
"react-native-component",
"react-native",
"ios",
"android",
"Security Testing",
"Research"
],
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/runtime": "7.8.4",
"@react-native-community/eslint-config": "0.0.5",
"babel-jest": "24.9.0",
"eslint": "6.8.0",
"jest": "24.9.0",
"metro-react-native-babel-preset": "0.56.4",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
},
"repository": {
"type": "git",
"url": "https://github.com/kaddy645/HybridSecure.git"
},
"homepage": "https://github.com/kaddy645/HybridSecure"
}