number-abbreviate
Version:
Abbreviate a number and add unit letters e.g. 2200000 => '2.2m'
25 lines (24 loc) • 521 B
JSON
{
"name": "number-abbreviate",
"main": "index.js",
"version": "1.1.0",
"homepage": "https://github.com/domharrington/js-number-abbreviate",
"description": "Abbreviate a number and add unit letters e.g. 2200000 => '2.2m'",
"keywords": [
"number",
"number-abbreviate",
"abbreviate"
],
"authors": [
"Dom Harrington <dom@harrington-mail.com>"
],
"license": "BSD-2-Clause",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"test.js"
]
}