UNPKG

devicedna

Version:

building your own device fingerprinting library

33 lines (32 loc) 780 B
{ "name": "devicedna", "version": "1.0.9", "description": "building your own device fingerprinting library", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/theindresh/DeviceDNA.git" }, "bugs": { "url": "https://github.com/theindresh/DeviceDNA/issues" }, "keywords": [ "device", "fingerprinting", "library", "javascript", "nodejs" ], "author": "INDRESH BHARATI", "license": "MIT License", "dependencies": { "@fingerprintjs/fingerprintjs": "^4.6.2", "@thumbmarkjs/thumbmarkjs": "^0.20.1", "crypto-js": "^4.2.0" } }