UNPKG

add-zero

Version:
33 lines (32 loc) 652 B
{ "name": "add-zero", "version": "1.0.0", "description": "Add a leading zero to a number.", "main": "index.js", "scripts": { "test": "tape test.js" }, "repository": { "type": "git", "url": "git+https://github.com/rafaelrinaldi/add-zero.git" }, "keywords": [ "zero", "leading", "places", "decimal", "number", "format", "formatter", "digits" ], "author": "Rafael Rinaldi", "license": "MIT", "bugs": { "url": "https://github.com/rafaelrinaldi/add-zero/issues" }, "homepage": "https://github.com/rafaelrinaldi/add-zero#readme", "devDependencies": { "tape": "^4.1.0" } }