{
  "name": "@shwao/express-fingerprint",
  "version": "2.0.0",
  "description": "Client fingerprint server implementation. Fork of https://github.com/yusukeshibata/express-fingerprint. Adds IP and DNT parameter.",
  "main": "lib/index.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "babel src -d lib",
    "prepublishOnly": "npm test",
    "pretest": "npm run build",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shwao/express-fingerprint.git"
  },
  "keywords": [
    "express",
    "fingerprint",
    "server-side",
    "fingerprint",
    "device",
    "identification",
    "node"
  ],
  "author": "Yusuke Shibata <shibata@fata.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shwao/express-fingerprint/issues"
  },
  "homepage": "https://github.com/shwao/express-fingerprint#readme",
  "dependencies": {
    "async": "^3.2.0",
    "geoip-lite": "^1.4.2",
    "murmurhash3js": "^3.0.1",
    "traverse": "^0.6.6",
    "useragent": "^2.3.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.11.6",
    "@babel/core": "^7.11.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
    "@babel/preset-env": "^7.11.5",
    "mocha": "^7.2.0",
    "node-mocks-http": "^1.9.0",
    "superstruct": "^0.8.4"
  }
}
