-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "chinese-poetry",
"version": "1.4.1",
"description": "最全中华古诗词数据库,唐宋两朝近一万四千古诗人,接近 5.5 万首唐诗加 26 万宋诗. 两宋时期1564位词人,21050首词。",
"files": [
"README.md",
"chinese-poetry/caocaoshiji",
"chinese-poetry/ci",
"chinese-poetry/json",
"chinese-poetry/lunyu",
"chinese-poetry/mengxue",
"chinese-poetry/rank",
"chinese-poetry/shijing",
"chinese-poetry/sishuwujing",
"chinese-poetry/strains",
"chinese-poetry/wudai",
"chinese-poetry/youmengying",
"chinese-poetry/yuanqu"
],
"keywords": [
"chinese-poetry",
"chinese",
"poetry",
"caocaoshiji",
"lunyu",
"mengxue",
"shijing",
"sishuwujing",
"strains",
"wudai",
"youmengying",
"yuanqu"
],
"author": "JG <[email protected]>",
"contributors": [
"Kenny Wong<[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/chinese-poetry/chinese-poetry-npm.git"
},
"bugs": {
"url": "https://github.com/chinese-poetry/chinese-poetry-npm/issues"
},
"homepage": "http://shici.store"
}