forked from agmv/cordova-secure-device
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 910 Bytes
/
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
{
"name": "outsystems-secure-device",
"version": "2.0.0-os2",
"description": "Stops app from running if device is not secure, i.e. it is jailbroken, rooted, or doesn't have a passcode set.",
"cordova": {
"id": "outsystems-secure-device",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/OutSystemsExperts/cordova-secure-device.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"author": "Andre Vieira",
"contributors": [
{
"name": "João Gonçalves",
"email": "[email protected]",
"url": "outsystems.com"
}
],
"license": "Apache 2.0 License",
"bugs": {
"url": "https://github.com/OutSystemsExperts/cordova-secure-device/issues"
},
"homepage": "https://github.com/OutSystemsExperts/cordova-secure-device#readme"
}