forked from ti8m/DocumentHandler
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 698 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 698 Bytes
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
{
"version": "0.2.2",
"name": "ch.ti8m.documenthandler",
"cordova_name": "DocumentHandler",
"description": "A phonegap plugin to handle documents (f.e. PDFs) given by URL.",
"license": "Apache 2.0",
"keywords": [
"cordova",
"Documents",
"PDF"
],
"engines": [],
"cordova": {
"id": "ch.ti8m.documenthandler",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/onderceylan/DocumentHandler.git"
},
"author": "Document Handler",
"bugs": {
"url": "https://github.com/onderceylan/DocumentHandler/issues"
},
"homepage": "https://github.com/onderceylan/DocumentHandler#readme"
}