{
  "name": "gud",
  "version": "1.0.0",
  "description": "Create a 'gud nuff' (not cryptographically secure) globally unique id",
  "main": "index.js",
  "repository": "https://github.com/jamiebuilds/global-unique-id",
  "author": "Jamie Kyle <me@thejameskyle.com>",
  "license": "MIT",
  "keywords": [
    "global",
    "unique",
    "id",
    "identifier",
    "number",
    "uuid",
    "uid"
  ],
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "ava"
  },
  "devDependencies": {
    "ava": "^0.25.0",
    "flow-bin": "^0.66.0"
  }
}
