dateonly
Version:
A JavaScript class that stores a date without a time.
24 lines (23 loc) • 487 B
JSON
{
"name": "dateonly",
"version": "1.2.0",
"description": "A JavaScript class that stores a date without a time.",
"dependencies": {},
"devDependencies": {
"moment-timezone": "^0.3.0"
},
"scripts": {
"test": "mocha test"
},
"main": "dateonly.js",
"repository": {
"type": "git",
"url": "https://github.com/boblauer/dateonly.git"
},
"keywords": [
"Date",
"TimeZone"
],
"author": "Bob Lauer <rlauer@gmail.com>",
"license": "Apache v2"
}