fnumber
Version:
A small number formatter.
35 lines (34 loc) • 724 B
JSON
{
"name": "fnumber",
"version": "0.1.0",
"description": "A small number formatter.",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zkochan/fnumber.git"
},
"keywords": [
"format",
"number"
],
"author": {
"name": "Zoltan Kochan",
"email": "zoltan.kochan@gmail.com",
"url": "http://kochan.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zkochan/fnumber/issues"
},
"homepage": "https://github.com/zkochan/fnumber#readme",
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3"
}
}