aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/package.json
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-04 14:14:10 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-04 14:35:05 +0500
commit8f1a1dda3c90241cca61def89cf2bb6ca214d52c (patch)
treebe71bdd3c886eb399d48f7779791d9ce79442486 /package.json
parentmain.js: refactor IP address parsing (diff)
downloadwireguard-config-8f1a1dda3c90241cca61def89cf2bb6ca214d52c.tar.gz
wireguard-config-8f1a1dda3c90241cca61def89cf2bb6ca214d52c.zip
bundle ip-address (to be used instead of ipaddr.js)
This fucking sucks ass, but ipaddr.js is buggy: https://github.com/whitequark/ipaddr.js/issues/160
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..ffc9ce8
--- /dev/null
+++ b/package.json
@@ -0,0 +1,6 @@
+{
+ "dependencies": {
+ "browserify": "^17.0.0",
+ "ip-address": "^8.1.0"
+ }
+}