@markmyoung/timeduration
Version:
A 'TimeDuration' is essentially a 'Date' that understands it is a relative time, not an absolute time.
33 lines (31 loc) • 643 B
JSON
{
"name":"@markmyoung/timeduration",
"version":"0.0.4",
"description":"A 'TimeDuration' is essentially a 'Date' that understands it is a relative time, not an absolute time.",
"author":"Mark M. Young",
"dependencies":{},
"keywords":
[
"date",
"durations",
"intervals",
"ISO-8601",
"time"
],
"license":"GPL-3.0",
"main":"index.js",
"browser":
{
"timeduration":"./dist/TimeDuration.js"
},
"homepage":"https://github.com/MarkMYoung/TimeDuration",
"bugs":
{
"url":"https://github.com/MarkMYoung/TimeDuration/issues"
},
"repository":
{
"type":"git",
"url":"https://github.com/MarkMYoung/TimeDuration.git"
}
}