{
  "name": "hyperid",
  "version": "1.4.1",
  "description": "Uber-fast unique id generation, for Node.js and the browser",
  "main": "hyperid",
  "scripts": {
    "typescript": "tsc --project ./test/tsconfig.json",
    "test": "standard && tape test/test.js test/uniqueness.js | tap-dot && npm run typescript"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/hyperid.git"
  },
  "keywords": [
    "id",
    "generation",
    "fast"
  ],
  "author": "Matteo Collina <hello@matteocollina.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mcollina/hyperid/issues"
  },
  "homepage": "https://github.com/mcollina/hyperid#readme",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "bloomfilter": "0.0.18",
    "hashids": "^1.1.4",
    "nid": "^0.3.2",
    "pre-commit": "^1.2.2",
    "shortid": "^2.2.8",
    "standard": "^11.0.0",
    "tap-dot": "^1.0.5",
    "tape": "^4.9.0",
    "typescript": "^2.8.3"
  },
  "dependencies": {
    "uuid": "^3.2.1",
    "uuid-parse": "^1.0.0"
  }
}
