{
  "name": "uuidv5",
  "version": "1.0.0",
  "description": "Generates named version 5 UUIDs",
  "main": "uuid.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:download13/uuidv5.git"
  },
  "keywords": [
    "uuid",
    "v5",
    "sha1",
    "guid"
  ],
  "author": "Erin Dachtler <download333@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/download13/uuidv5/issues"
  },
  "homepage": "https://github.com/download13/uuidv5",
  "devDependencies": {
    "mocha": "3.1.2"
  }
}
