UNPKG

braille

Version:

A Node module for converting text to Braille alphabet.

32 lines (31 loc) 744 B
{ "name": "braille", "version": "1.1.0", "description": "A Node module for converting text to Braille alphabet.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Nonemoticoner/braille.git" }, "author": "Nonemoticoner <nonemoticoner@gmail.com> (https://nonemoticoner.github.io)", "license": "MIT", "bugs": { "url": "https://github.com/Nonemoticoner/braille/issues" }, "homepage": "https://github.com/Nonemoticoner/braille#readme", "keywords": [ "js", "javascript", "braille", "alphabet", "code", "converter", "node", "text", "translator", "translate" ] }