-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
56 lines (56 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"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": "[email protected]",
"url": "http://timdream.org/"
},
"contributors": [
{
"name": "Mengjuei Hsieh",
"email": "[email protected]"
}
],
"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": "^6.3.14",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.0",
"karma-qunit": "^1.2.0",
"karma-spec-reporter": "0.0.32",
"mocha": "^10.1.0",
"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"
}