mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
26 lines
428 B
JSON
26 lines
428 B
JSON
{
|
|
"name": "fingerprintjs2",
|
|
"description": "Modern & flexible browser fingerprinting library",
|
|
"main": "dist/fingerprint2.min.js",
|
|
"moduleType": [
|
|
"es6"
|
|
],
|
|
"keywords": [
|
|
"browser",
|
|
"fingerprint",
|
|
"fingerprinting",
|
|
"security",
|
|
"privacy"
|
|
],
|
|
"authors": [
|
|
"Valentin Vasilev"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"spec"
|
|
]
|
|
}
|