From 6eba5a9cd04297674fc732d48ca282be48608bf4 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:30:45 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../cordova-plugin-device/package.json | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 js/ui/cordova/plugins/cordova-plugin-device/package.json diff --git a/js/ui/cordova/plugins/cordova-plugin-device/package.json b/js/ui/cordova/plugins/cordova-plugin-device/package.json new file mode 100644 index 0000000..3439540 --- /dev/null +++ b/js/ui/cordova/plugins/cordova-plugin-device/package.json @@ -0,0 +1,55 @@ +{ + "name": "cordova-plugin-device", + "version": "2.0.2", + "description": "Cordova Device Plugin", + "types": "./types/index.d.ts", + "cordova": { + "id": "cordova-plugin-device", + "platforms": [ + "android", + "ios", + "windows", + "browser", + "osx" + ] + }, + "repository": { + "type": "git", + "url": "https://github.com/apache/cordova-plugin-device" + }, + "bugs": { + "url": "https://issues.apache.org/jira/browse/CB" + }, + "keywords": [ + "cordova", + "device", + "ecosystem:cordova", + "cordova-android", + "cordova-ios", + "cordova-windows", + "cordova-browser", + "cordova-osx" + ], + "scripts": { + "test": "npm run eslint", + "eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint tests" + }, + "author": "Apache Software Foundation", + "license": "Apache-2.0", + "engines": { + "cordovaDependencies": { + "3.0.0": { + "cordova": ">100" + } + } + }, + "devDependencies": { + "eslint": "^3.19.0", + "eslint-config-semistandard": "^11.0.0", + "eslint-config-standard": "^10.2.1", + "eslint-plugin-import": "^2.3.0", + "eslint-plugin-node": "^5.0.0", + "eslint-plugin-promise": "^3.5.0", + "eslint-plugin-standard": "^3.0.1" + } +}