UNPKG

hangul-disassemble

Version:

disassemble hangul text to consonants and vowels

36 lines (35 loc) 760 B
{ "name": "hangul-disassemble", "version": "0.5.2", "description": "disassemble hangul text to consonants and vowels", "author": { "name": "Dongwon Lim", "email": "idw111@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/idw111/hangul-disassemble.git" }, "bugs": { "url": "https://github.com/idw111/hangul-disassemble/issues" }, "homepage": "https://github.com/idw111/hangul-disassemble", "license": "MIT", "files": [ "index.js" ], "keywords": [ "hangul-disassemble", "hangul", "disassemble" ], "dependencies": {}, "devDependencies": { "expect.js": "^0.3.1", "jshint-stylish": "^1.0.1", "mocha": "^3.2.0" }, "scripts": { "test": "mocha test" } }