ap-style-date
Version:
A JavaScript module to convert a date into AP Style.
31 lines (30 loc) • 623 B
JSON
{
"name": "ap-style-date",
"version": "0.5.7",
"description": "A JavaScript module to convert a date into AP Style.",
"main": "index.js",
"scripts": {
"test": "jest test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/chrisalcantara/ap-style-date.git"
},
"author": "Chris Alcantara",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisalcantara/ap-style-date/issues"
},
"homepage": "https://github.com/chrisalcantara/ap-style-date#readme",
"devDependencies": {
"jest": "^21.2.1"
},
"keywords": [
"AP style",
"journalism",
"date"
],
"files": [
"index.js"
]
}