UNPKG

handlebars.numeral

Version:

Handlebars helpers for numeral.js and wolsey

42 lines (41 loc) 1.02 kB
{ "name": "handlebars.numeral", "description": "Handlebars helpers for numeral.js and wolsey", "version": "0.2.0", "main": "handlebars.numeral.js", "repository": { "type": "git", "url": "git://github.com/solidgoldpig/handlebars.numeral.git#0.2.0" }, "homepage": "http://numeral.handlebars.solidgoldpig.com", "bugs": "https://github.com/solidgoldpig/handlebars.numeral/issues", "keywords": [ "handlebars", "numeral", "number", "currency", "byte", "cardinal", "ordinal", "format" ], "dependencies": { "lodash": "^4.17.2", "numeral": "~1", "wolsey": "0.1.0" }, "devDependencies": { "handlebars": ">0.0.0", "jasmine-node": "^1.14.x", "log": "^1.4.0" }, "scripts": { "test": "./node_modules/jasmine-node/bin/jasmine-node spec", "test:output": "npm test -- --verbose --config loglevel info" }, "author": { "name": "Alex Robinson", "email": "handlebars.numeral@alex.solidgoldpig.com" }, "license": "UNLICENSE" }