forked from q4mobile/PDFViewer
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 872 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "pdfviewer",
"version": "1.0.0",
"description": "The purpose of the plugin is to create a cordova plugin wrapper around http://randymcmillan.github.com/PDFViewer with a little bit of code updates taken from https://github.com/sitewaerts/cordova-plugin-document-viewer and https://github.com/vfr/Reader for iOS and https://github.com/cyberkatze/pdfViewer for Android. Feature parity is missing for the time being. This was more for getting something up and running first.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noInfoPath/PDFViewer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/noInfoPath/PDFViewer/issues"
},
"homepage": "https://github.com/noInfoPath/PDFViewer#readme"
}