react-native-siren-custom
Version:
React Native module for checking App version and prompting user.
37 lines (36 loc) • 840 B
JSON
{
"name": "react-native-siren-custom",
"version": "0.0.6",
"description": "React Native module for checking App version and prompting user.",
"main": "index.js",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SoftechDevelopers/react-native-siren-custom.git"
},
"keywords": [
"React",
"Native",
"Siren",
"Harpy",
"React Native Siren",
"Version",
"Check",
"App Store"
],
"author": "Gant Laborde",
"license": "MIT",
"files": [
"index.js"
],
"bugs": {
"url": "https://github.com/SoftechDevelopers/react-native-siren-custom/issues"
},
"homepage": "https://github.com/SoftechDevelopers/react-native-siren-custom#readme",
"dependencies": {
"apisauce": "^3.1.0",
"react-native-device-info": "^14.0.4"
}
}