UNPKG
numeraljs
Version:
latest (1.5.6)
1.5.6
1.5.5
1.5.4
1.5.3
Format and manipulate numbers.
numeraljs.com
NicoJuicy/Numeral-js
numeraljs
/
component.json
17 lines
(16 loc)
•
310 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"numeral"
,
"repo"
:
"adamwdraper/Numeral-js"
,
"version"
:
"1.5.3"
,
"description"
:
"Format and manipulate numbers."
,
"keywords"
:
[
"numeral"
,
"number"
,
"format"
,
"time"
,
"money"
,
"percentage"
]
,
"scripts"
:
[
"numeral.js"
]
,
"main"
:
"numeral.js"
}