UNPKG

jszhuyin

Version:

Smart Chinese Zhuyin Input Method in JavaScript.

57 lines (56 loc) 1.38 kB
{ "name": "jszhuyin", "version": "1.1.2", "description": "Smart Chinese Zhuyin Input Method in JavaScript.", "repository": { "type": "git", "url": "https://github.com/timdream/jszhuyin.git" }, "author": { "name": "Timothy Guan-tin Chien", "email": "timdream@gmail.com", "url": "http://timdream.org/" }, "contributors": [ { "name": "Mengjuei Hsieh", "email": "mjhsieh@gmail.com" } ], "scripts": { "prepublish": "grunt data", "test": "grunt test", "grunt": "grunt" }, "bin": "./lib/cli.js", "main": "./lib/main.js", "devDependencies": { "chai": "^4.2.0", "grunt": "^1.3.0", "grunt-cli": "^1.3.2", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-connect": "^3.0.0", "grunt-contrib-jshint": "^3.0.0", "grunt-karma": "^4.0.0", "grunt-mocha-test": "^0.13.3", "grunt-shell": "^3.0.1", "karma": "^5.2.3", "karma-chrome-launcher": "^3.1.0", "karma-firefox-launcher": "^2.1.0", "karma-qunit": "^1.2.0", "karma-spec-reporter": "0.0.32", "mocha": "^8.2.1", "qunitjs": "^1.23.1" }, "license": "MIT", "keywords": [ "chinese", "zhuyin", "ime" ], "bugs": { "url": "https://github.com/timdream/jszhuyin/issues" }, "homepage": "https://github.com/timdream/jszhuyin#readme", "tonicExampleFilename": "tonic-example.js" }