UNPKG

hanzi-to-zhuyin

Version:
35 lines (34 loc) 767 B
{ "name": "hanzi-to-zhuyin", "version": "1.7.0", "description": "Convert Hanzi to Zhuyin", "keywords": [ "chinese", "convert", "hanzi", "mandarin", "zhuyin" ], "homepage": "https://github.com/pepebecker/hanzi-to-zhuyin#readme", "bugs": { "url": "https://github.com/pepebecker/hanzi-to-zhuyin/issues" }, "repository": { "type": "git", "url": "https://github.com/pepebecker/hanzi-to-zhuyin.git" }, "license": "MIT", "author": "Pepe Becker <mail@pepebecker.com> (http://pepebecker.com)", "files": [], "main": "index.js", "scripts": { "test": "mocha --timeout 20000" }, "dependencies": { "hanzi-tokenizer": "^1.7.0" }, "devDependencies": { "mocha": "^5.2.0", "should": "^13.2.3" } }