forked from kristiansorens/react-native-flag-secure-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 697 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "react-native-flag-secure-android",
"version": "1.0.0",
"description": "A simple module used to add FLAG_SECURE to the main activity. FLAG_SECURE prevents the users and the app to take screenshots of the app content.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kristiansorens/react-native-flag-secure-android.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kristiansorens/react-native-flag-secure-android/issues"
},
"homepage": "https://github.com/kristiansorens/react-native-flag-secure-android#readme"
}