blob: 4500339d87b6b0d753f659ea2d598f292b0750f5 [file] [log] [blame]
{
"name": "cordova-plugin-screen-orientation",
"version": "3.0.3-dev",
"description": "Cordova Screen Orientation plugin",
"repository": "github:apache/cordova-plugin-screen-orientation",
"bugs": "https://github.com/apache/cordova-plugin-screen-orientation/issues",
"scripts": {
"test": "npm run lint",
"lint": "eslint ."
},
"cordova": {
"id": "cordova-plugin-screen-orientation",
"platforms": [
"android",
"ios",
"windows"
]
},
"keywords": [
"cordova",
"cordova-android",
"cordova-ios",
"cordova-windows",
"device",
"ecosystem:cordova",
"screen",
"orientation",
"portrait",
"landscape"
],
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"devDependencies": {
"@cordova/eslint-config": "^3.0.0"
},
"engines": {
"cordovaDependencies": {
"4.0.0": {
"cordova": ">100"
}
}
}
}