{
  "author": "Altus Aero LLC <team@altusaero.com> (https://altusaero.com/)",
  "bin": {
    "bronze": "./lib/cli.js"
  },
  "bugs": {
    "email": "team@altusaero.com",
    "url": "https://github.com/altusaero/bronze/issues"
  },
  "contributors": [
    "Daniel Bankhead <dan@danielbankhead.com> (https://danielbankhead.com/)"
  ],
  "dependencies": {},
  "description": "Collision-resistant ids for distributed systems",
  "devDependencies": {
    "coveralls": "^2.12.0",
    "nsp": "^2.6.3",
    "nyc": "^11.0.3",
    "pre-commit": "^1.2.2",
    "standard": "^10.0.2",
    "tap-spec": "^4.1.1",
    "tape": "^4.7.0",
    "webpack": "^3.1.0"
  },
  "engines": {
    "node": ">=6.0.0",
    "npm": ">=4.0.0"
  },
  "homepage": "https://github.com/altusaero/bronze",
  "keywords": [
    "bronze",
    "uuid",
    "uuid1",
    "uuid4",
    "timeuuid",
    "guid",
    "unique",
    "id",
    "ids",
    "cassandra",
    "browser",
    "uwp"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "bronze",
  "nyc": {
    "branches": 100,
    "functions": 100,
    "lines": 100,
    "reporter": [
      "html",
      "text"
    ],
    "statements": 100
  },
  "pre-commit": {
    "run": [
      "test"
    ],
    "silent": false
  },
  "preferGlobal": false,
  "private": false,
  "repository": "altusaero/bronze",
  "scripts": {
    "build": "webpack index.js build/Release/bundle.js",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "standard",
    "nsp": "nsp check",
    "postversion": "git push && git push --tags",
    "preversion": "node dev/changelog-preversion",
    "start": "node .",
    "tape": "tape test/*.js | tap-spec",
    "test": "npm run nsp && npm run lint && npm run build && nyc --check-coverage --show-process-tree npm run tape",
    "version": "node dev/changelog-version"
  },
  "standard": {},
  "version": "1.4.0"
}
