hanzenkaku
Version:
Hankaku-Zenkaku Translator in JS
25 lines (24 loc) • 467 B
JSON
{
"name": "hanzenkaku",
"version": "1.0.1",
"description": "Hankaku-Zenkaku Translator in JS",
"main": "hanzenkaku.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/dankogai/js-hanzenkaku.git"
},
"keywords": [
"Japanese"
],
"author": "Dan Kogai (https://github.com/dankogai)",
"license": "BSD"
}