UNPKG

node-viewerjs-ilkkah

Version:

Document viewer component for PDF and ODF documents. Done with just HTML5, CSS3, and JavaScript. Powered by pdf.js and WebODF.

55 lines (54 loc) 1.11 kB
{ "name": "node-viewerjs-ilkkah", "author": "KO GmbH <http://www.kogmbh.com/>", "description": "Document viewer component for PDF and ODF documents. Done with just HTML5, CSS3, and JavaScript. Powered by pdf.js and WebODF.", "version": "0.6.22", "contributors": [ { "name": "KO GmbH", "site": "http://viewerjs.org/" }, { "name": "Jeffrey van Norden", "email": "jeffrey@grexx.net" } ], "license": "AGPL-3.0", "keywords": [ "OpenDocument", "ODF", "PDF", "Text", "Document", "Slides", "Presentation", "ODT", "OTT", "FODT", "ODP", "OTP", "FODP", "Viewer" ], "scripts": { "build": "node ./build/build.js", "test": "node ./test/server.js" }, "main": "./release/index.html", "repository": { "type": "git", "url": "git@github.com:ilkkah/node-viewerjs-ilkkah.git" }, "dependencies": { "pdfjs-dist": "1.8", "node-webodf": "0.5.11" }, "devDependencies": { "browserify": "^13", "shelljs": "^0", "express": "^4.1" }, "engines": { "node": ">=4.1.2" } }