hangul-postposition
Version:
Translate proper Hangul postpositions for the Korean language.
37 lines (36 loc) • 849 B
JSON
{
"name": "hangul-postposition",
"description": "Translate proper Hangul postpositions for the Korean language.",
"keywords": [
"hangul",
"korean",
"postposition",
"은는이가",
"을를이가"
],
"homepage": "http://github.com/peecky/hangul-postposition",
"author": "Kim Yungu",
"repository": {
"type": "git",
"url": "git://github.com/peecky/hangul-postposition"
},
"main": "hangul-postposition.js",
"version": "2.0.0",
"engines": {
"node": ">=0.8.0"
},
"bugs": {
"url": "https://github.com/peecky/hangul-postposition/issues"
},
"scripts": {
"test": "./node_modules/.bin/jshint test/ hangul-postposition.js && node test/test.js"
},
"license": "MIT",
"directories": {
"test": "test"
},
"devDependencies": {
"jshint": "*"
},
"readmeFilename": "README.md"
}