forked from gbenvenuti/cordova-plugin-screen-orientation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 855 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
{
"name": "cordova-plugin-screen-orientation",
"version": "1.4.2",
"description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.",
"repository": {
"type": "git",
"url": "git+https://github.com/gbenvenuti/cordova-plugin-screen-orientation.git"
},
"cordova": {
"id": "cordova-plugin-screen-orientation",
"platforms": [
"android",
"ios",
"wp8"
]
},
"keywords": [
"cordova",
"device",
"ecosystem:cordova",
"screen",
"orientation",
"portrait",
"landscape"
],
"author": "gbenvenuti",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues"
},
"homepage": "https://github.com/gbenvenuti/cordova-plugin-screen-orientation#readme"
}