UNPKG

wolsey

Version:

Output numbers as numerals and ordinals

31 lines 846 B
{ "name": "wolsey", "description": "Output numbers as numerals and ordinals", "version": "0.1.1", "main": "wolsey.js", "repository": { "type": "git", "url": "git://github.com/solidgoldpig/wolsey.git#0.1.1" }, "homepage": "http://wolsey.solidgoldpig.com", "bugs": "https://github.com/solidgoldpig/wolsey/issues", "keywords": [ "cardinal", "ordinal", "numeral", "number" ], "devDependencies": { "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": "wolsey@alex.solidgoldpig.com" }, "license": "UNLICENSE" }