forked from mobiliarmad/previewAnyFile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 821 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
{
"name": "@capacitor-mobi/cordova-plugin-preview-any-file",
"version": "0.2.18",
"description": "Plugin to preview any file type from any where in native mode",
"cordova": {
"id": "@capacitor-mobi/cordova-plugin-preview-any-file",
"platforms": [
"ios",
"android"
]
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"view document",
"pdf",
"doc",
"docx",
"cordova zip",
"cordova document"
],
"author": "Mostafa Mansour <mostafa@outlook.kr>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mobiliarmad/previewAnyFile.git"
},
"homepage": "https://github.com/mobiliarmad/previewAnyFile"
}