{
  "name": "monotonic-id",
  "version": "1.1.1",
  "description": "JavaScript Unique Monotonic ID Class",
  "author": "Gregory Langlais",
  "private": false,
  "keywords": [
    "monotonic-id",
    "uuid",
    "id",
    "identifier",
    "unique",
    "monotonic",
    "sequential",
    "sequence"
  ],
  "main": "src/MonotonicID",
  "repository": {
    "type": "git",
    "url": "https://github.com/gregl83/monotonic-id.git"
  },
  "bugs": {
    "url": "https://github.com/gregl83/monotonic-id/issues"
  },
  "homepage": "https://github.com/gregl83/monotonic-id",
  "scripts": {
    "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/"
  },
  "devDependencies": {
    "should": "13.2.3",
    "browserify": "17.0.1",
    "istanbul": "0.4.5",
    "mocha": "11.2.2",
    "sinon": "20.0.0",
    "uglifyify": "4.0.5"
  },
  "dependencies": {
    "uuid": "11.1.0"
  },
  "license": "MIT"
}
