Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
010a3cf4a2
commit
6eba5a9cd0
55
js/ui/cordova/plugins/cordova-plugin-device/package.json
Normal file
55
js/ui/cordova/plugins/cordova-plugin-device/package.json
Normal file
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user