thousand-separator
Version:
Thousand separator for JavaScript
21 lines • 576 B
JSON
{
"name": "thousand-separator",
"version": "1.0.4",
"description": "Thousand separator for JavaScript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/dashtinejad/thousand-separator",
"keywords": [
"thousand",
"separator",
"number"
],
"author": "Mojtaba Dashtinejad <mojtaba@gmail.com> (https://github.com/dashtinejad)",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.2"
}
}