scratch – Blame information for rev 58

Subversion Repositories:
Rev:
Rev Author Line No. Line
58 office 1 {
2 "name": "fingerprintjs2",
3 "version": "1.5.0",
4 "description": "Modern & flexible browser fingerprinting library",
5 "main": "dist/fingerprint2.min.js",
6 "devDependencies": {
7 "gulp": "^3.8.11",
8 "eslint": "^0.14.1",
9 "gulp-eslint": "^0.4.2",
10 "gulp-rename": "^1.2.2",
11 "gulp-uglify": "^1.1.0"
12 },
13 "scripts": {
14 "test": "specs/phantomjs.runner.sh specs/spec_runner.html"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/Valve/fingerprintjs2.git"
19 },
20 "keywords": [
21 "browser",
22 "identification",
23 "fingerprint",
24 "fingerprinting",
25 "privacy"
26 ],
27 "author": "Valentin Vasilyev",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/Valve/fingerprintjs2/issues"
31 },
32 "homepage": "https://github.com/Valve/fingerprintjs2"
33 }