mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-02 14:49:16 +02:00
commit
83e4c638b4
2 changed files with 29 additions and 20897 deletions
20918
package-lock.json
generated
20918
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "epubjs",
|
"name": "@makiwin/epubjs",
|
||||||
"version": "0.3.93",
|
"version": "0.3.94",
|
||||||
"description": "Parse and Render Epubs",
|
"description": "Parse and Render Epubs",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "src/index.js",
|
"module": "src/index.js",
|
||||||
"types": "types/index.d.ts",
|
"types": "types/index.d.ts",
|
||||||
"repository": "https://github.com/futurepress/epub.js",
|
"repository": "https://github.com/makiwin/epub.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
"test": "test"
|
"test": "test"
|
||||||
},
|
},
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
"watch": "babel --watch -d lib/ src/",
|
"watch": "babel --watch -d lib/ src/",
|
||||||
"prepare": "npm run compile && npm run build && npm run minify && npm run legacy && npm run productionLegacy"
|
"prepare": "npm run compile && npm run build && npm run minify && npm run legacy && npm run productionLegacy"
|
||||||
},
|
},
|
||||||
"author": "fchasen@gmail.com",
|
"author": "fchasen@gmail.com, massimiliano.vinciprova@gmail.com",
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.15.7",
|
"@babel/cli": "^7.15.7",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue