forked from sitewaerts/cordova-plugin-document-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 924 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
{
"name": "cordova-plugin-document-viewer",
"version": "0.8.1",
"description": "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"
],
"engines": {
"cordovaDependencies": {
"0.8.1": {
"cordova": ">=3.7.0",
"cordova-windows": ">=4.4.0"
}
}
}
}