{
  "name": "date-convert",
  "version": "0.1.2",
  "description": "Convert a Date into a human readable sentence.",
  "main": "./core/convert.js",
  "keywords": [
    "ada",
    "convert",
    "date",
    "readable",
    "sentences"
  ],
  "author": "Lance Turri",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/LanceTurri/date-convert"
  },
  "scripts": {
    "test": "nyc --reporter=html --reporter=text mocha",
    "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
  },
  "dependencies": {},
  "devDependencies": {
    "coveralls": "^2.13.1",
    "eslint": "^4.5.0",
    "eslint-config-airbnb-base": "^12.0.0",
    "eslint-plugin-import": "^2.7.0",
    "mocha": "^3.5.0",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^11.1.0"
  }
}
