{
  "name": "date-fns-old",
  "version": "0.0.1",
  "description": "Abstraction over common javascript date management libraries",
  "main": "build/index.js",
  "module": "build/index.esm.js",
  "typings": "build/index.d.ts",
  "scripts": {
    "build": "rollup -c && tsc -p tsconfig.declaration.json"
  },
  "peerDependencies": {
    "date-fns": "=2.0.0-alpha.7"
  },
  "devDependencies": {
    "@date-io/core": "^0.0.1",
    "date-fns": "=2.0.0-alpha.7",
    "rollup": "^0.66.6"
  },
  "bugs": {
    "url": "https://github.com/dmtrKovalenko/date-io/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dmtrKovalenko/date-io"
  },
  "keywords": [
    "date",
    "time",
    "date-io",
    "picker",
    "date-fns",
    "moment",
    "luxon"
  ],
  "author": {
    "name": "Dmitriy Kovalenko",
    "email": "dmtr.kovalenko@outlook.com"
  },
  "license": "MIT",
  "gitHead": "bede0fa6ac798ea81377aef8347b6d296ff114e4"
}
