blob: 9e7236725ad5138f66637f55211ddcf0ba2a7f60 [file] [log] [blame]
{
"name": "cordova-plugin-device-orientation",
"version": "1.0.7",
"description": "Cordova Device Orientation Plugin",
"types": "./types/index.d.ts",
"cordova": {
"id": "cordova-plugin-device-orientation",
"platforms": [
"firefoxos",
"android",
"amazon-fireos",
"ubuntu",
"blackberry10",
"ios",
"wp7",
"wp8",
"windows8",
"tizen",
"browser"
]
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-device-orientation"
},
"keywords": [
"cordova",
"device",
"orientation",
"ecosystem:cordova",
"cordova-firefoxos",
"cordova-android",
"cordova-amazon-fireos",
"cordova-ubuntu",
"cordova-blackberry10",
"cordova-ios",
"cordova-wp7",
"cordova-wp8",
"cordova-windows8",
"cordova-tizen",
"cordova-browser"
],
"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 tests"
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova": ">100"
}
}
},
"devDependencies": {
"jshint": "^2.6.0"
}
}