{
  "_args": [
    [
      "helper-date@1.0.1",
      "/Users/dejanbrsakoski/src/docker/mesh-id-reporting"
    ]
  ],
  "_from": "helper-date@1.0.1",
  "_id": "helper-date@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-wU3VOwwTJvGr/w5rZr3cprPHO+hIhlblTJHD6aFBrKLuNbf4lAmkawd2iK3c6NbJEvY7HAmDpqjOFSI5/+Ey2w==",
  "_location": "/helper-date",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "helper-date@1.0.1",
    "name": "helper-date",
    "escapedName": "helper-date",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/handlebars-helpers"
  ],
  "_resolved": "https://registry.npmjs.org/helper-date/-/helper-date-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/Users/dejanbrsakoski/src/docker/mesh-id-reporting",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/helpers/helper-date/issues"
  },
  "contributors": [
    {
      "name": "Brad Taylor",
      "url": "https://www.linkedin.com/in/bradtaylorsf"
    },
    {
      "name": "Jon Schlinkert",
      "url": "http://twitter.com/jonschlinkert"
    }
  ],
  "dependencies": {
    "date.js": "^0.3.1",
    "handlebars-utils": "^1.0.4",
    "moment": "^2.18.1"
  },
  "description": "Format dates with date.js and moment.js. Uses date.js to parse human readable date phrases, and moment to format the rendered output. Should work with any Handlebars, Lo-Dash, underscore, or any template engine that allows helper functions to be registered. Also compatible with verb, assemble and Template.",
  "devDependencies": {
    "gulp-format-md": "^1.0.0",
    "handlebars": "^4.0.10",
    "lodash": "^4.17.4",
    "mocha": "^3.5.0"
  },
  "engines": {
    "node": ">=4.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/helpers/helper-date",
  "keywords": [
    "calendar",
    "compile",
    "dash",
    "date",
    "dateformat",
    "dates",
    "day",
    "engine",
    "format",
    "handlebars",
    "helper",
    "helpers",
    "lo-dash",
    "lodash",
    "moment",
    "moment.js",
    "month",
    "months",
    "parse",
    "parser",
    "render",
    "template",
    "templates",
    "underscore",
    "week",
    "weekday",
    "year",
    "years"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "helper-date",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/helpers/helper-date.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "handlebars-helper-moment",
        "handlebars-helpers",
        "helper-dateformat",
        "template-helpers"
      ]
    },
    "lint": {
      "reflinks": true
    },
    "reflinks": [
      "assemble",
      "handlebars",
      "lodash",
      "template",
      "underscore",
      "verb"
    ]
  },
  "version": "1.0.1"
}
