UNPKG

numbr

Version:

A fast number formatting library, based on Numeral.js

38 lines (37 loc) 771 B
{ "name": "numbr", "version": "0.0.6", "description": "A fast number formatting library, based on Numeral.js", "main": "numbr.js", "scripts": { "test": "./node_modules/.bin/mocha ./tests --recursive" }, "repository": { "type": "git", "url": "https://github.com/sulibautista/numbr" }, "keywords": [ "number", "format", "money", "short", "abbreviation", "percentage", "ordinal", "currency", "numeral" ], "author": "Suli Bautista", "license": "MIT", "bugs": { "url": "https://github.com/sulibautista/numbr/issues" }, "homepage": "https://github.com/sulibautista/numbr", "dependencies": { "lodash": "^2.4.1" }, "devDependencies": { "chai": "^1.9.1", "mocha": "^1.21.4" } }