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:
parent
f37f5b6ab4
commit
7fae49e22f
1 changed files with 11 additions and 1 deletions
12
package.json
12
package.json
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue