cordova-plugin-screen-orien.../package.json

44 lines
933 B
JSON
Raw Normal View History

2015-05-20 11:54:47 +08:00
{
2015-05-22 06:56:57 +08:00
"name": "cordova-plugin-screen-orientation",
"version": "3.0.4-dev",
"description": "Cordova Screen Orientation plugin",
"repository": "github:apache/cordova-plugin-screen-orientation",
"bugs": "https://github.com/apache/cordova-plugin-screen-orientation/issues",
2016-12-14 07:40:21 +08:00
"scripts": {
"test": "npm run lint",
"lint": "eslint ."
2016-12-14 07:40:21 +08:00
},
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",
"cordova-android",
"cordova-ios",
"cordova-windows",
2015-05-20 11:54:47 +08:00
"device",
"ecosystem:cordova",
"screen",
"orientation",
"portrait",
"landscape"
],
"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": {
"@cordova/eslint-config": "^5.0.0"
},
"engines": {
"cordovaDependencies": {
"4.0.0": {
"cordova": ">100"
}
}
}
}