1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00

update package

This commit is contained in:
Fred Chasen 2015-08-12 16:20:09 -04:00
parent f37f5b6ab4
commit 7fae49e22f

View file

@ -1,7 +1,17 @@
{
"name": "EpubJS",
"name": "epub.js",
"version": "0.2.8",
"repository": "https://github.com/futurepress/epub.js",
"description": "Render ePub documents in the browser, across many devices",
"main": "server.js",
"directories": {
"test": "tests"
},
"scripts": {
"server": "tools/server"
},
"author": "fchasen@gmail.com",
"license": "FreeBSD",
"devDependencies": {
"colors": "~0.6.2",
"connect": "~2.14.4",