number-formatter
Version:
Lightweight & Fast JavaScript Number Formatter
62 lines (61 loc) • 1.55 kB
JSON
{
"name": "number-formatter",
"nick": "number-formatter",
"description": "Lightweight & Fast JavaScript Number Formatter",
"version": "1.2.0",
"homepage": "http://mottie.github.com/javascript-number-formatter/",
"main": "lib/format.js",
"demo": "https://github.com/Mottie/javascript-number-formatter/index.html",
"repository": {
"type": "git",
"url": "git://github.com/j-/number-formatter.git"
},
"author": {
"name": "KPL",
"url": "https://code.google.com/u/100789773228459308870/"
},
"maintainers": [
{
"name": "Rob Garrison",
"url": "https://github.com/Mottie",
"email": "wowmotty@gmail.com"
}
],
"contributors": [
"Jamie Hoeks <j@skeoh.com>"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
}
],
"bugs": "https://github.com/j-/number-formatter/issues",
"docs": "http://mottie.github.com/javascript-number-formatter/index.html",
"keywords": [
"number",
"format",
"formatter",
"currency"
],
"files": [
"lib/format.js"
],
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1"
}
}