{
  "name": "ambit",
  "version": "1.1.12",
  "description": "Date parser that returns a range instead of a single value",
  "author": "Michael Garvin <gar@comrade.us>",
  "bugs": {
    "url": "https://github.com/wraithgar/ambit/issues"
  },
  "dependencies": {
    "moment": "^2.24.0",
    "moonbeams": "^2.0.2"
  },
  "devDependencies": {
    "@hapi/code": "^8.0.0",
    "@hapi/lab": "^22.0.1",
    "eslint": "^7.1.0",
    "eslint-config-andyet": "^2.0.0",
    "eslint-plugin-hapi": "^4.1.0",
    "git-validate": "^2.2.4"
  },
  "homepage": "https://github.com/wraithgar/ambit",
  "keywords": [
    "date",
    "parse",
    "range",
    "moment"
  ],
  "license": "MIT",
  "main": "ambit.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/wraithgar/ambit.git"
  },
  "scripts": {
    "test": "lab -L",
    "lint": "eslint ."
  }
}
