forked from sitewaerts/cordova-plugin-document-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 979 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
37
38
39
{
"name": "cordova-plugin-document-viewer",
"version": "0.9.10",
"description": "PDF Document viewer cordova plugin for iOS, Android and Windows 8.1 + 10",
"license": "MIT",
"author": "Felix Schauerte",
"bugs": {
"url": "https://github.com/sitewaerts/cordova-plugin-document-viewer/issues"
},
"cordova": {
"id": "cordova-plugin-document-viewer",
"platforms": [
"android",
"ios",
"windows"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/sitewaerts/cordova-plugin-document-viewer.git"
},
"homepage": "https://github.com/sitewaerts/cordova-plugin-document-viewer#readme",
"keywords": [
"ecosystem:cordova",
"cordova",
"cordova-android",
"cordova-ios",
"cordova-windows",
"pdf"
],
"engines": {
"cordovaDependencies": {
"0.9.10": {
"cordova": ">=3.7.0",
"cordova-windows": ">=4.4.0"
}
}
}
}