-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
47 lines (47 loc) · 891 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "han",
"description": "a module for tanslating Chinese(汉字) into pinyin",
"version": "0.0.7",
"author": "Sofish Lin <[email protected]>",
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*",
"blanket": "*",
"travis-cov": "*",
"mocha-lcov-reporter": "*",
"coveralls": "*"
},
"keywords": [
"han",
"pinyin",
"url"
],
"repository": {
"type": "git",
"url": "git://github.com/sofish/han.git"
},
"config": {
"blanket": {
"pattern": "han/lib",
"data-cover-flags": {
"debug": false
}
},
"travis-cov": {
"threshold": 98
}
},
"main": "han",
"scripts": {
"test": "make test"
},
"engines": {
"node": "*"
},
"bugs": {
"url": "https://github.com/sofish/han/issues"
},
"homepage": "https://github.com/sofish/han",
"license": "MIT"
}