aiber-martin/plugins/cordova-plugin-screen-orientation/package.json
Martin Donnelly a4b8625d0f init
2020-12-17 16:23:12 +00:00

81 lines
2.2 KiB
JSON

{
"_args": [
[
"cordova-plugin-screen-orientation@3.0.2",
"/Users/martin/dev/aiber-martin"
]
],
"_development": true,
"_from": "cordova-plugin-screen-orientation@3.0.2",
"_id": "cordova-plugin-screen-orientation@3.0.2",
"_inBundle": false,
"_integrity": "sha512-2w6CMC+HGvbhogJetalwGurL2Fx8DQCCPy3wlSZHN1/W7WoQ5n9ujVozcoKrY4VaagK6bxrPFih+ElkO8Uqfzg==",
"_location": "/cordova-plugin-screen-orientation",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cordova-plugin-screen-orientation@3.0.2",
"name": "cordova-plugin-screen-orientation",
"escapedName": "cordova-plugin-screen-orientation",
"rawSpec": "3.0.2",
"saveSpec": null,
"fetchSpec": "3.0.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/cordova-plugin-screen-orientation/-/cordova-plugin-screen-orientation-3.0.2.tgz",
"_spec": "3.0.2",
"_where": "/Users/martin/dev/aiber-martin",
"author": {
"name": "Apache Software Foundation"
},
"bugs": {
"url": "https://github.com/apache/cordova-plugin-screen-orientation/issues"
},
"cordova": {
"id": "cordova-plugin-screen-orientation",
"platforms": [
"android",
"ios",
"windows"
]
},
"description": "Cordova Screen Orientation plugin",
"devDependencies": {
"jshint": "^2.9.4"
},
"engines": {
"cordovaDependencies": {
"4.0.0": {
"cordova": ">100"
}
}
},
"homepage": "https://github.com/apache/cordova-plugin-screen-orientation#readme",
"keywords": [
"cordova",
"cordova-android",
"cordova-ios",
"cordova-windows",
"device",
"ecosystem:cordova",
"screen",
"orientation",
"portrait",
"landscape"
],
"license": "Apache-2.0",
"name": "cordova-plugin-screen-orientation",
"repository": {
"type": "git",
"url": "git+https://github.com/apache/cordova-plugin-screen-orientation.git"
},
"scripts": {
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint demo/www",
"test": "npm run jshint"
},
"version": "3.0.2"
}