2015-05-20 11:54:47 +08:00
|
|
|
{
|
2015-05-22 06:56:57 +08:00
|
|
|
"name": "cordova-plugin-screen-orientation",
|
2017-11-07 06:37:46 +08:00
|
|
|
"version": "2.0.2",
|
2015-08-08 00:12:10 +08:00
|
|
|
"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",
|
2016-12-13 09:28:32 +08:00
|
|
|
"url": "https://github.com/apache/cordova-plugin-screen-orientation"
|
2015-05-20 11:54:47 +08:00
|
|
|
},
|
2017-05-25 19:19:55 +08:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://issues.apache.org/jira/browse/CB"
|
|
|
|
},
|
2016-12-14 07:40:21 +08:00
|
|
|
"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"
|
|
|
|
},
|
2015-05-20 11:54:47 +08:00
|
|
|
"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",
|
2016-12-14 07:40:21 +08:00
|
|
|
"devDependencies": {
|
|
|
|
"jshint": "^2.9.4"
|
2016-12-14 07:48:19 +08:00
|
|
|
},
|
2016-12-13 09:28:32 +08:00
|
|
|
"engines": {
|
2017-04-28 04:11:41 +08:00
|
|
|
"cordovaDependencies": {
|
|
|
|
"3.0.0": {
|
|
|
|
"cordova": ">100"
|
2016-12-13 09:28:32 +08:00
|
|
|
}
|
2016-12-14 07:48:19 +08:00
|
|
|
}
|
2017-04-28 04:11:41 +08:00
|
|
|
}
|
2017-03-10 06:18:20 +08:00
|
|
|
}
|