mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-02-23 16:42:50 +08:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "cordova-plugin-screen-orientation",
|
|
"version": "2.0.0-dev",
|
|
"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"
|
|
},
|
|
"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",
|
|
"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",
|
|
"devDependencies": {
|
|
"jshint": "^2.9.4"
|
|
}
|
|
}
|