{
  "name": "@tewshi/device-uuid",
  "description": "Fast browser device uuid generation library.",
  "version": "1.0.5",
  "homepage": "https://github.com/biggora/device-uuid/",
  "repository": {
    "type": "git",
    "url": "git://github.com/biggora/device-uuid.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/biggora/device-uuid/blob/master/LICENSE"
    }
  ],
  "author": "Alexey Gordeyev <aleksej@gordejev.lv> (https://github.com/biggora)",
  "contributors": [
    "Vitalii Onyshchenko (https://github.com/uzer-ua)"
  ],
  "keywords": [
    "useragent",
    "browser",
    "device",
    "uuid"
  ],
  "main": "./index.js",
  "scripts": {
    "test": "nodeunit  test/browsers.js test/bots_test.js",
    "express": "node test/express.js",
    "http": "node test/http.js",
    "build": "gulp",
    "lint": "make lint"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">=0.8"
  },
  "devDependencies": {
    "express": ">= 3.0.0",
    "gulp": "^4.0.2",
    "gulp-concat": "^2.6.0",
    "gulp-filesize": "0.0.6",
    "gulp-filter": "^7.0.0",
    "gulp-jshint": "^2.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-rimraf": "^0.2.0",
    "gulp-sourcemaps": "^2.1.1",
    "gulp-uglify": "^2.0.0",
    "jshint": "^2.9.3",
    "nodeunit": "*"
  }
}
