You've already forked mattlution
'初始化提交'
This commit is contained in:
46
plugins/cordova-plugin-file-opener2/package.json
Normal file
46
plugins/cordova-plugin-file-opener2/package.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "cordova-plugin-file-opener2",
|
||||
"version": "4.0.0",
|
||||
"description": "A File Opener Plugin for Cordova. (The Original Version)",
|
||||
"cordova": {
|
||||
"id": "cordova-plugin-file-opener2",
|
||||
"platforms": [
|
||||
"android",
|
||||
"ios",
|
||||
"windows",
|
||||
"electron"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pwlin/cordova-plugin-file-opener2.git"
|
||||
},
|
||||
"keywords": [
|
||||
"ecosystem:cordova",
|
||||
"cordova-android",
|
||||
"cordova-ios",
|
||||
"cordova-windows",
|
||||
"cordova-electron"
|
||||
],
|
||||
"engines": {
|
||||
"cordovaDependencies": {
|
||||
"2.0.0": {
|
||||
"cordova": ">=6.0.0"
|
||||
},
|
||||
"3.0.0": {
|
||||
"cordova": ">=7.0.0"
|
||||
},
|
||||
"4.0.0": {
|
||||
"cordova-android": ">=10.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
"name": "pwlin05@gmail.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pwlin/cordova-plugin-file-opener2/issues"
|
||||
},
|
||||
"homepage": "https://github.com/pwlin/cordova-plugin-file-opener2#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user