19 lines
542 B
JSON
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"
|
|
}
|
|
}
|