{ "name": "date-format", "version": "3.0.0", "description": "Formatting Date objects as strings since 2013", "main": "lib/index.js", "repository": { "type": "git", "url": "https://github.com/nomiddlename/date-format.git" }, "engines": { "node": ">=4.0" }, "scripts": { "lint": "eslint lib/* test/*", "pretest": "eslint lib/* test/*", "test": "mocha" }, "keywords": [ "date", "format", "string" ], "author": "Gareth Jones ", "license": "MIT", "readmeFilename": "README.md", "gitHead": "bf59015ab6c9e86454b179374f29debbdb403522", "devDependencies": { "eslint": "^5.16.0", "eslint-plugin-mocha": "^5.3.0", "mocha": "^5.2.0", "should": "^13.2.3" } }