mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-02-24 00:52:50 +08:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "cordova-plugin-screen-orientation",
|
|
"version": "3.0.0",
|
|
"description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS and windows-uwp.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/apache/cordova-plugin-screen-orientation"
|
|
},
|
|
"bugs": {
|
|
"url": "https://issues.apache.org/jira/browse/CB"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run jshint",
|
|
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint demo/www"
|
|
},
|
|
"cordova": {
|
|
"id": "cordova-plugin-screen-orientation",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"windows"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"cordova",
|
|
"device",
|
|
"ecosystem:cordova",
|
|
"screen",
|
|
"orientation",
|
|
"portrait",
|
|
"landscape"
|
|
],
|
|
"author": "gbenvenuti",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"jshint": "^2.9.4"
|
|
},
|
|
"engines": {
|
|
"cordovaDependencies": {
|
|
"3.0.0": {
|
|
"cordova": ">100"
|
|
}
|
|
}
|
|
}
|
|
}
|