blob: 4a41e26ca0238e99ed6b1cdc7cc48f5dab7f452c [file] [log] [blame] [edit]
{
"author": {
"email": "gareth.nomiddlename@gmail.com",
"name": "Gareth Jones"
},
"bugs": {
"url": "https://github.com/nomiddlename/date-format/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Formatting Date objects as strings since 2013",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-plugin-mocha": "^5.3.0",
"mocha": "^5.2.0",
"should": "^13.2.3"
},
"engines": {
"node": ">=4.0"
},
"gitHead": "bf59015ab6c9e86454b179374f29debbdb403522",
"homepage": "https://github.com/nomiddlename/date-format#readme",
"keywords": [
"date",
"format",
"string"
],
"license": "MIT",
"main": "lib/index.js",
"name": "date-format",
"repository": {
"type": "git",
"url": "git+https://github.com/nomiddlename/date-format.git"
},
"scripts": {
"lint": "eslint lib/* test/*",
"pretest": "eslint lib/* test/*",
"test": "mocha"
},
"version": "2.1.0"
}