{
  "name": "uuidjs",
  "version": "3.6.2",
  "title": "UUID.js",
  "description": "RFC-compliant UUID Generator for JavaScript",
  "main": "src/uuid.js",
  "types": "types/uuidjs/index.d.ts",
  "directories": {
    "doc": "doc",
    "test": "test"
  },
  "tonicExampleFilename": "example.js",
  "scripts": {
    "test": "qunit test/test.nodejs.js",
    "test-ts": "tsc --strict --noEmit types/uuidjs/uuidjs-tests.ts",
    "jsdoc": "jsdoc -R README.md -d doc src/uuid.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/LiosK/UUID.js.git"
  },
  "keywords": [
    "library",
    "uuid",
    "guid",
    "rfc",
    "4122",
    "universally",
    "globally",
    "unique",
    "identifier"
  ],
  "author": "LiosK <contact@mail.liosk.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LiosK/UUID.js/issues"
  },
  "homepage": "https://github.com/LiosK/UUID.js",
  "devDependencies": {
    "jsdoc": "^3.5.5",
    "qunitjs": "^2.4.1",
    "typescript": "^2.6.2"
  }
}
