UNPKG

adjust-chinese

Version:

simple chinese to tradition chinese 簡體轉繁體

32 lines (31 loc) 744 B
{ "name": "adjust-chinese", "version": "1.0.9", "description": "simple chinese to tradition chinese 簡體轉繁體", "main": "adjust_chinese2tc.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/creatxrgithub/adjust-chinese.git" }, "keywords": [ "chinese", "tradition", "簡轉繁", "簡體轉繁體" ], "author": "creatxr", "license": "MIT", "bugs": { "url": "https://github.com/creatxrgithub/adjust-chinese/issues" }, "homepage": "https://github.com/creatxrgithub/adjust-chinese#readme", "dependencies": { "chardet": "^1.3.0" }, "browser": { "fs": "./updown-with-fsapi.js" } }