{ "name": "numbered", "version": "1.1.0", "description": "Stringify any number into words, and parse number strings back to a number", "main": "index.js", "typings": "index.d.ts", "files": [ "index.js", "index.d.ts" ], "scripts": { "test": "istanbul cover _mocha -- -R spec" }, "repository": "https://github.com/blakeembrey/node-numbered.git", "keywords": [ "numbers", "words", "stringify", "parse" ], "author": { "name": "Blake Embrey", "email": "hello@blakeembrey.com", "url": "http://blakeembrey.me" }, "license": "MIT", "readmeFilename": "Readme.md", "devDependencies": { "istanbul": "^0.4.5", "mocha": "^3.3.0" } }