{
  "name": "uuid.js",
  "homepage": "https://github.com/LiosK/UUID.js",
  "description": "UUID.js - RFC-compliant UUID Generator for JavaScript",
  "main": "src/uuid.js",
  "moduleType": [
    "globals"
  ],
  "keywords": [
    "library",
    "uuid",
    "guid",
    "rfc",
    "4122",
    "universally",
    "globally",
    "unique",
    "identifier"
  ],
  "authors": [
    "LiosK <contact@mail.liosk.net>"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "doc",
    "test"
  ]
}
