comma-it
Version:
Node.js module convert numbers to amounts
19 lines (18 loc) • 460 B
JSON
{
"name": "comma-it",
"version": "0.0.7",
"description": "Node.js module convert numbers to amounts",
"main": "comma-it.js",
"author": "Avner Cohen",
"keywords": ["Amounts", "Commas", "Numbers"],
"repository" : {
"type": "git",
"url": "git@github.com:AvnerCohen/comma-it.git"
},
"dependencies": {
},
"scripts" : {
"test" : "node test/comma-it-test.js"
},
"engines": { "node": "*" }
}