mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-05-07 19:05:38 +08:00
37 lines
785 B
JSON
37 lines
785 B
JSON
{
|
|
"name": "cordova-plugin-screen-orientation",
|
|
"version": "1.4.3",
|
|
"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/apache/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": "Apache Software Foundation",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"cordovaDependencies": {
|
|
"2.0.0": {
|
|
"cordova": ">100"
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|