ephemeral
Version:
Formatting dates with English prepositions & holiday names
36 lines (35 loc) • 755 B
JSON
{
"name": "ephemeral",
"version": "0.0.6",
"description": "Formatting dates with English prepositions & holiday names",
"main": "ephemeral.js",
"scripts": {
"test": "node ./test/tap.js"
},
"repository": {
"type": "git",
"url": "http://github.com/jameswomack/ephemeral"
},
"keywords": [
"Dates",
"moment",
"formatting",
"prepositions",
"formatter",
"filter"
],
"author": "James J. Womack",
"license": "ISC",
"bugs": {
"url": "https://github.com/jameswomack/ephemeral/issues"
},
"homepage": "https://github.com/jameswomack/ephemeral",
"dependencies": {
"moment": "~2.5.1"
},
"devDependencies": {
"chai": "~1.8.1",
"brofist": "~0.3.1",
"brofist-tap": "~0.2.0"
}
}