forked from devgeeks/PrivacyScreenPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.7 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"_from": "git+https://github.com/martinkasa/PrivacyScreenPlugin.git",
"_id": "[email protected]",
"_inBundle": false,
"_location": "/cordova-plugin-privacyscreen",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git+https://github.com/martinkasa/PrivacyScreenPlugin.git",
"rawSpec": "git+https://github.com/martinkasa/PrivacyScreenPlugin.git",
"saveSpec": "git+https://github.com/martinkasa/PrivacyScreenPlugin.git",
"fetchSpec": "https://github.com/martinkasa/PrivacyScreenPlugin.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/martinkasa/PrivacyScreenPlugin.git#d5a1e5fd90f7416d90014b6131ba3090127f7b22",
"_spec": "git+https://github.com/martinkasa/PrivacyScreenPlugin.git",
"_where": "/Users/mka/whitestein/mobile/src",
"author": {
"name": "Tommy-Carlos Willaims",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/devgeeks/PrivacyScreenPlugin/issues"
},
"bundleDependencies": false,
"cordova": {
"id": "cordova-plugin-privacyscreen",
"platforms": [
"android",
"ios"
]
},
"deprecated": false,
"description": "Secures your app from displaying a screenshot in task switchers under Android and iOS. Keeps sensitive information private.",
"homepage": "https://github.com/devgeeks/PrivacyScreenPlugin#readme",
"keywords": [
"privacy",
"cordova",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"license": "MIT",
"name": "cordova-plugin-privacyscreen",
"repository": {
"type": "git",
"url": "git+https://github.com/devgeeks/PrivacyScreenPlugin.git"
},
"version": "0.4.0"
}