summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-04-16 13:25:13 +0300
committerAndrew Dolgov <[email protected]>2021-04-16 13:25:13 +0300
commitc8b4ec5886068baf7f371cd02aaf854dcf2e9b2a (patch)
tree657a4f69e9f5805472e3e263b3c4504081547527 /package.json
parent889d85e2512754a9ee724df8b6a4c1f470e3a2e2 (diff)
pull some JS requirements from npm (and feed them to gulp)
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json
index 24da3ec..62ad8e6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,7 @@
{
- "name": "tt-irc",
+ "name": "the-epube",
"version": "1.0.0",
+ "license": "GPL-3.0",
"description": "",
"devDependencies": {
"eslint": "^7.9.0",
@@ -12,5 +13,10 @@
"gulp-touch-fd": "^2.0.0",
"gulp-uglify-es": "^2.0.0",
"less": "^3.12.2"
+ },
+ "dependencies": {
+ "epubjs": "^0.3.88",
+ "jszip": "^3.6.0",
+ "localforage": "^1.9.0"
}
}