{
  "name": "sundial",
  "version": "1.7.6",
  "description": "Tidepool's datetime wrapper",
  "keywords": [
    "datetime",
    "date",
    "time"
  ],
  "homepage": "https://github.com/tidepool-org/sundial",
  "bugs": "https://github.com/tidepool-org/sundial/issues",
  "license": "BSD-2-Clause",
  "author": {
    "name": "Eric Tschetter",
    "url": "https://github.com/cheddar"
  },
  "contributors": [
    {
      "name": "Jamie Bate",
      "email": "jamie@tidepool.org",
      "url": "https://github.com/jh-bate"
    },
    {
      "name": "Jana Beck",
      "url": "https://github.com/jebeck"
    },
    {
      "name": "Kent Quirk",
      "email": "kent@tidepool.org",
      "url": "https://github.com/kentquirk"
    }
  ],
  "files": [
    "sundial.js",
    "lib"
  ],
  "main": "sundial.js",
  "engines": {
    "node": ">=22.12.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tidepool-org/sundial.git"
  },
  "scripts": {
    "lint": "jshint lib test",
    "test": "npm run lint && mocha --reporter spec \"test/**/*.js\"",
    "browser-tests": "testem"
  },
  "dependencies": {
    "moment-timezone": "0.6.2"
  },
  "devDependencies": {
    "chai": "6.2.2",
    "jshint": "2.13.6",
    "json-loader": "0.5.7",
    "mocha": "11.7.5",
    "testem": "3.20.0"
  },
  "overrides": {
    "diff@>=6.0.0 <8.0.3": "8.0.3",
    "lodash@<=4.17.23": "4.18.1",
    "serialize-javascript@<=7.0.4": "7.0.5",
    "uuid@<14.0.0": "14.0.0",
    "jshint": {
      "minimatch@<3.1.4": "3.1.5"
    }
  }
}