summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-13 14:17:06 +0300
committerAndrew Dolgov <[email protected]>2019-03-13 14:17:06 +0300
commit7c6287dfd404e96f080c48681c349919868e6f42 (patch)
tree8b1112ef7fe89ca5b6956100480692665ac1cd9f /package.json
parentdbaa677c20864c8c4c5d2cf3c6bcc3cc732b8cb4 (diff)
add most basic stuff
Diffstat (limited to 'package.json')
-rwxr-xr-xpackage.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index b810a17..13c764b 100755
--- a/package.json
+++ b/package.json
@@ -12,7 +12,8 @@
],
"author": "fox",
"dependencies": {
- "adm-zip": "^0.4.7"
+ "adm-zip": "^0.4.7",
+ "js-sha1": "^0.6.0"
},
"devDependencies": {
"electron": "^4.0.7"