-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
45 lines (45 loc) · 960 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "screen-lock-enabled",
"version": "0.1.0",
"description": "A Cordova plugin to determine if the device has a screen lock enabled.",
"dependencies": {
},
"devDependencies": {
"bower": "^1.3.3",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
],
"cordovaPlatforms": [
"android"
],
"cordova": {
"id": "com.abarak64.screen-lock",
"platforms": [
"android",
"ios",
"wp7"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ABarak64/Cordova-Screen-Lock-Enabled.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.4.0"
}
],
"author": "Adam Barak",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/ABarak64/Cordova-Screen-Lock-Enabled/issues"
},
"homepage": "https://github.com/ABarak64/Cordova-Screen-Lock-Enabled#readme"
}