blob: ff9f1036634be8e4ad7325ed5f910528e8dc4bd5 [file] [log] [blame]
{
"name": "cordova-plugin-device-orientation",
"version": "3.0.0-dev",
"description": "Cordova Device Orientation Plugin",
"types": "./types/index.d.ts",
"cordova": {
"id": "cordova-plugin-device-orientation",
"platforms": [
"android",
"ios",
"windows",
"browser"
]
},
"repository": "github:apache/cordova-plugin-device-orientation",
"bugs": "https://github.com/apache/cordova-plugin-device-orientation/issues",
"keywords": [
"cordova",
"device",
"orientation",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows",
"cordova-browser"
],
"scripts": {
"test": "npm run lint",
"lint": "eslint ."
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"engines": {
"cordovaDependencies": {
"3.0.0": {
"cordova": ">100"
}
}
},
"devDependencies": {
"@cordova/eslint-config": "^3.0.0"
}
}