2015-05-20 11:54:47 +08:00
|
|
|
{
|
2015-05-22 06:56:57 +08:00
|
|
|
"name": "cordova-plugin-screen-orientation",
|
2017-12-28 08:13:50 +08:00
|
|
|
"version": "3.0.2-dev",
|
2018-07-03 12:04:41 +08:00
|
|
|
"description": "Cordova Screen Orientation plugin",
|
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",
|
2017-12-13 14:41:41 +08:00
|
|
|
"windows"
|
2015-05-20 11:54:47 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"cordova",
|
|
|
|
"device",
|
|
|
|
"ecosystem:cordova",
|
|
|
|
"screen",
|
|
|
|
"orientation",
|
|
|
|
"portrait",
|
|
|
|
"landscape"
|
|
|
|
],
|
2018-07-03 12:04:41 +08:00
|
|
|
"author": "Apache Software Foundation",
|
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": {
|
2017-12-27 23:50:57 +08:00
|
|
|
"4.0.0": {
|
2017-04-28 04:11:41 +08:00
|
|
|
"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
|
|
|
}
|