UNPKG

epubjs

Version:
36 lines (35 loc) 621 B
{ "name": "epubjs", "version": "0.3.0", "authors": [ "Fred Chasen <fchasen@gmail.com>" ], "description": "Enhanced eBooks in the browser.", "main": "dist/epub.js", "moduleType": [ "amd", "globals", "node" ], "keywords": [ "epub" ], "license": "MIT", "homepage": "futurepress.org", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tools", "books", "examples" ], "dependencies": { "es6-promise": "~4.0.5", "jszip": "^3.1.1", "path-webpack": "^0.0.2", "stream-browserify": "^2.0.1", "xmldom": "^0.1.22" } }