hangul-tools
Version:
A Hangul library for various Hangul/Korean operations including reading numbers, adding josa, and converting between different keyboards
22 lines (21 loc) • 583 B
JSON
{
"name": "hangul-tools",
"version": "0.1.4",
"description": "A Hangul library for various Hangul/Korean operations including reading numbers, adding josa, and converting between different keyboards",
"keywords": [
"hangul", "hangeul", "korea", "korean", "한글", "한국어",
"andro", "meda", "josa", "keyboard"
],
"main": "./hangul-tools.js",
"repository": {
"type": "git",
"url": "git://github.com/123jimin/hangul-tools.git"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec"
},
"devDependencies": {
"mocha": "^2.2.1"
},
"license": "MIT"
}