react-native-obscure/package.json
Marcos Rodriguez Vélez eb8a2e9c07
Update package.json
2021-07-01 20:48:12 -04:00

19 lines
542 B
JSON

{
"name": "@talaikis/react-native-obscure",
"version": "0.0.3",
"description": "A react native android module for obscuring applications when switching applications and preventing taking screenshots of the application.",
"main": "index.js",
"keywords": [
"react-native"
],
"author": "Diego Francisco H. <diegofranciscoh@hotmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/TalaikisInc/react-native-obscure.git"
},
"peerDependencies": {
"react-native": "^0.60.5"
}
}