cordova-plugin-screen-orien.../package.json

33 lines
855 B
JSON
Raw Normal View History

2015-05-20 11:54:47 +08:00
{
2015-05-22 06:56:57 +08:00
"name": "cordova-plugin-screen-orientation",
2016-05-23 06:37:54 +08:00
"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.",
2015-05-20 11:54:47 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/gbenvenuti/cordova-plugin-screen-orientation.git"
},
"cordova": {
2015-05-22 06:56:57 +08:00
"id": "cordova-plugin-screen-orientation",
2015-05-20 11:54:47 +08:00
"platforms": [
"android",
"ios",
"wp8"
]
},
"keywords": [
"cordova",
"device",
"ecosystem:cordova",
"screen",
"orientation",
"portrait",
"landscape"
],
"author": "gbenvenuti",
2016-05-06 02:46:35 +08:00
"license": "Apache-2.0",
2015-05-20 11:54:47 +08:00
"bugs": {
"url": "https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues"
},
"homepage": "https://github.com/gbenvenuti/cordova-plugin-screen-orientation#readme"
}