UNPKG

aslk

Version:

Artifical Spoken Language - Kernel (人造語核心)

43 lines (42 loc) 892 B
{ "name": "aslk", "version": "0.6.9", "description": "Artifical Spoken Language - Kernel (人造語核心)", "main": "kernel/aslk.js", "dependencies": { "chinese_convert": "^1.0.8", "mdo": "^1.0.5", "pinyin.js": "^2.0.0", "pinyinlite": "^1.2.0" }, "devDependencies": { "koa": "^2.2.0", "koa-bodyparser": "^4.2.0", "koa-router": "^7.0.1", "koa-send": "^3.3.0", "koa-static": "^3.0.0", "mocha": "^3.1.0" }, "scripts": { "test": "mocha" }, "bin": {}, "keywords": [ "chinese", "english", "convert", "BNF", "translation", "langugage" ], "homepage": "https://github.com/ccckmit/aslk.git", "repository": { "type": "git", "url": "http://github.com/ccckmit/aslk.git" }, "author": { "name": "Chung-Chen Chen", "email": "ccckmit@gmail.com" }, "license": "SEE LICENSE IN LICENSE" }