{
  "name": "unique-push-id",
  "version": "1.0.2",
  "description": "🆔 Generates unique, chronological, lexicographical push IDs similar to Firebase",
  "main": "src/index.js",
  "repository": "https://github.com/limit-zero/unique-push-id",
  "author": "Jacob Bare <jacob@limit0.io>",
  "license": "MIT",
  "scripts": {
    "test": "yarn lint && ./node_modules/.bin/mocha --reporter spec --require ./test/bootstrap.js",
    "coverage": "./node_modules/.bin/nyc yarn test",
    "lint": "./node_modules/.bin/eslint \"src/**/*.js\""
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.10.0",
    "mocha": "^5.0.5",
    "nyc": "^11.6.0"
  },
  "nyc": {
    "check-coverage": false,
    "per-file": true,
    "reporter": [
      "text"
    ],
    "all": true,
    "cache": false,
    "include": [
      "src/**/*.js"
    ]
  },
  "keywords": [
    "push",
    "id",
    "guid",
    "uuid",
    "chronological",
    "sortable"
  ]
}
