mirror of
https://gitee.com/shuto/cordova-plugin-file-opener2.git
synced 2025-01-31 12:02:49 +08:00
40 lines
851 B
JSON
40 lines
851 B
JSON
{
|
|
"name": "cordova-plugin-file-opener2",
|
|
"version": "2.0.3",
|
|
"description": "A File Opener Plugin for Cordova. (The Original Version)",
|
|
"cordova": {
|
|
"id": "cordova-plugin-file-opener2",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"wp8",
|
|
"windows"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pwlin/cordova-plugin-file-opener2.git"
|
|
},
|
|
"keywords": [
|
|
"ecosystem:cordova",
|
|
"cordova-android",
|
|
"cordova-ios",
|
|
"cordova-wp8",
|
|
"cordova-windows"
|
|
],
|
|
"engines": [
|
|
{
|
|
"name": "cordova",
|
|
"version": ">=3.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"
|
|
}
|