cordova-plugin-ios-screen-orientation
Version:
Forked from https://github.com/apache/cordova-plugin-screen-orientation using it for testing purpose only it is unofficial
41 lines (40 loc) • 1 kB
JSON
{
"name": "cordova-plugin-ios-screen-orientation",
"version": "1.0.14-dev",
"description": "Forked from https://github.com/apache/cordova-plugin-screen-orientation using it for testing purpose only it is unofficial",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-screen-orientation"
},
"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": [
"ios"
]
},
"keywords": [
"cordova",
"device",
"ecosystem:cordova",
"screen",
"orientation",
"portrait",
"landscape"
],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"jshint": "^2.9.4"
},
"engines": {
"cordovaDependencies": {
"3.0.0": {
"cordova": ">100"
}
}
}
}