forked from pwlin/cordova-plugin-file-opener2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 837 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "cordova-plugin-file-opener-pdl",
"version": "3.0.5",
"description": "A File Opener Plugin for Cordova. (The Original Version)",
"cordova": {
"id": "cordova-plugin-file-opener-pdl",
"platforms": [
"android",
"ios",
"windows",
"electron"
]
},
"repository": {
"type": "git",
"url": "https://github.com/pwlin/cordova-plugin-file-opener-pdl.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows",
"cordova-electron"
],
"engines": {
"cordova": ">=6.0.0"
},
"author": {
"name": "pwlin05@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pwlin/cordova-plugin-file-opener-pdl/issues"
},
"homepage": "https://github.com/pwlin/cordova-plugin-file-opener-pdl#readme"
}