2015-09-24 02:02:24 +08:00
|
|
|
{
|
|
|
|
"name": "cordova-plugin-file-opener2",
|
2019-07-08 22:16:52 +08:00
|
|
|
"version": "2.2.1",
|
2015-09-24 02:02:24 +08:00
|
|
|
"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"
|
|
|
|
],
|
2018-12-12 20:38:43 +08:00
|
|
|
"engines": {
|
|
|
|
"cordova": ">=6.0.0"
|
|
|
|
},
|
2015-09-24 02:02:24 +08:00
|
|
|
"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"
|
2018-12-20 20:07:24 +08:00
|
|
|
}
|