UNPKG

number-to-arabic

Version:

Translates/converts an english number to arabic number

27 lines (26 loc) 582 B
{ "name": "number-to-arabic", "version": "1.0.2", "description": "Translates/converts an english number to arabic number", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/essaji/number-to-arabic.git" }, "keywords": [ "Arabic", "number" ], "author": "Eesa", "license": "ISC", "bugs": { "url": "https://github.com/essaji/number-to-arabic/issues" }, "homepage": "https://github.com/essaji/number-to-arabic#readme", "devDependencies": { "jest": "^23.6.0" } }