UNPKG
moment-round
Version:
latest (1.0.1)
1.0.1
1.0.0
Date rounding for Moment.js
github.com/WebDevTmas/moment-round
WenDevTmas/moment-round
moment-round
/
bower.json
14 lines
(13 loc)
•
206 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"moment-round"
,
"version"
:
"1.0.1"
,
"main"
:
"./dist/moment-round.min.js"
,
"ignore"
:
[
"**/.*"
,
"node_modules"
,
"components"
]
,
"dependencies"
:
{
"moment"
:
">= 2"
}
}