UNPKG

841 BJSONView Raw
1{
2 "name": "cordova-plugin-screen-orientation",
3 "version": "1.3.6",
4 "description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8 and BB10.",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/gbenvenuti/cordova-plugin-screen-orientation.git"
8 },
9 "cordova": {
10 "id": "cordova-plugin-screen-orientation",
11 "platforms": [
12 "android",
13 "ios",
14 "wp8"
15 ]
16 },
17 "keywords": [
18 "cordova",
19 "device",
20 "ecosystem:cordova",
21 "screen",
22 "orientation",
23 "portrait",
24 "landscape"
25 ],
26 "author": "gbenvenuti",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues"
30 },
31 "homepage": "https://github.com/gbenvenuti/cordova-plugin-screen-orientation#readme"
32}