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

46 lines
1017 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",
2017-12-28 08:13:50 +08:00
"version": "3.0.2-dev",
"description": "Cordova Screen Orientation plugin",
2015-05-20 11:54:47 +08:00
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-screen-orientation"
2015-05-20 11:54:47 +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"
],
"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"
},
"engines": {
"cordovaDependencies": {
"4.0.0": {
"cordova": ">100"
}
}
}
}