{
  "name": "uuid-v4.js",
  "description": "random uuid (rfc-4122 v4) generator",
  "version": "1.0.2",
  "keywords": ["ender", "uuid"],
  "homepage": "https://github.com/makeable/uuid-v4.js",
  "authors": ["Matthew Williams <matt@makeable.co.uk>"],
  "repository": {
    "type": "git",
    "url": "https://github.com/makeable/uuid-v4.js.git"
  },
  "main": "./uuid-v4.js",
  "ender": "./exports/ender.js"
}