17 lines
294 B
JSON
17 lines
294 B
JSON
|
{
|
||
|
"name": "numeral",
|
||
|
"repo": "adamwdraper/Numeral-js",
|
||
|
"version": "2.0.6",
|
||
|
"description": "Format and manipulate numbers.",
|
||
|
"keywords": [
|
||
|
"numeral",
|
||
|
"number",
|
||
|
"format",
|
||
|
"time",
|
||
|
"money",
|
||
|
"percentage"
|
||
|
],
|
||
|
"scripts": [ "numeral.js" ],
|
||
|
"main": "numeral.js"
|
||
|
}
|