jellyfin-web/dashboard-ui/bower_components/fingerprintjs2/package.json

34 lines
804 B
JSON
Raw Normal View History

2016-04-18 11:50:29 -07:00
{
"name": "fingerprintjs2",
2016-04-22 12:13:58 -07:00
"version": "1.1.4",
2016-04-18 11:50:29 -07:00
"description": "Modern & flexible browser fingerprinting library",
"main": "dist/fingerprint2.min.js",
"devDependencies": {
"gulp": "^3.8.11",
"eslint": "^0.14.1",
"gulp-eslint": "^0.4.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.1.0"
},
"scripts": {
"test": "specs/phantomjs.runner.sh specs/spec_runner.html"
},
"repository": {
"type": "git",
"url": "https://github.com/Valve/fingerprintjs2.git"
},
"keywords": [
"browser",
"identification",
"fingerprint",
"fingerprinting",
"privacy"
],
"author": "Valentin Vasilyev",
"license": "MIT",
"bugs": {
"url": "https://github.com/Valve/fingerprintjs2/issues"
},
"homepage": "https://github.com/Valve/fingerprintjs2"
}