-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 909 Bytes
/
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
{
"name": "decode-zhuyin",
"version": "1.1.5",
"description": "Zhuyin is a bunch of symbol for transliterating Chinese word, most of Taiwanese people choose one sentence or few words, and map the Zhuyin position of keyboard to get meaning less characters as their password which is hard to remember, so that's what decode-zhuyin does.",
"bin": "exec.js",
"main": "index.js",
"engines": {
"node": ">=4.2.4"
},
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tpai/decode-zhuyin.git"
},
"keywords": [
"decode",
"zhuyin"
],
"author": "Tony Pai <tony77794@gmail.com>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/tpai/decode-zhuyin/issues"
},
"homepage": "https://github.com/tpai/decode-zhuyin#readme"
}