diff options
author | Marvin Borner | 2019-02-12 22:24:18 +0100 |
---|---|---|
committer | Marvin Borner | 2019-02-12 22:24:18 +0100 |
commit | d03bd796d63b0c17aea457acd61353e62da21632 (patch) | |
tree | c147e5f1527deded7f68683246f31c5251b75e88 /package.json | |
parent | fc9a421b4b1a01215f2a5cc51155435efadd2917 (diff) |
Added unique fingerprint function (although it's not working)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 476219f..d2baaba 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,10 @@ "drag-drop": "^4.2.0", "ejs": "^2.6.1", "express": "^4.16.4", + "fingerprintjs2": "^2.0.6", "html-minifier": "^3.5.21", "jquery": "^3.3.1", + "jssha": "^2.3.1", "minify": "^4.1.0", "moment": "^2.24.0", "morgan": "^1.9.0", |