{
  "name": "cctz",
  "version": "1.7.7",
  "description": "⚡️ Fast parsing, formatting and timezone manipulations for dates",
  "main": "index.js",
  "scripts": {
    "bench": "node bench",
    "test": "xo && ava"
  },
  "author": {
    "name": "Vsevolod Strukchinsky",
    "email": "floatdrop@gmail.com"
  },
  "keywords": [
    "date",
    "time",
    "timezone",
    "cctz",
    "iana",
    "zone",
    "parse",
    "format",
    "strptime",
    "strftime",
    "tz"
  ],
  "license": "MIT",
  "dependencies": {
    "bindings": "^1.2.1",
    "nan": "^2.4.0"
  },
  "gypfile": true,
  "devDependencies": {
    "ava": "^0.17.0",
    "benchmark": "^2.1.2",
    "date-fns": "^1.11.2",
    "moment-timezone": "^0.5.9",
    "xo": "^0.17.1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/floatdrop/node-cctz.git"
  },
  "bugs": {
    "url": "https://github.com/floatdrop/node-cctz/issues"
  },
  "homepage": "https://github.com/floatdrop/node-cctz#readme"
}
