-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.22 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
{
"name": "node-shi",
"version": "0.4.2",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"dependencies": {
"chinese-numbers-converter": "^2.3.1",
"english2number": "^1.0.8",
"humanize-duration": "^3.22.0",
"js-pinyin": "^0.1.9"
},
"description": "It's a lib which let you to transfer human time to computer-readable time and also to transfer computer-generated time to human time, available for English and Chinese words.",
"author": {
"name": "Roderick Qiu",
"email": "scrisqiu@hotmail.com",
"url": "http://github.com/RoderickQiu"
},
"homepage": "https://github.com/RoderickQiu/node-shi/",
"bugs": {
"url": "https://github.com/RoderickQiu/node-shi/issues",
"email": "scrisqiu@hotmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/RoderickQiu/node-shi.git"
},
"license": "MIT",
"keywords": [
"node-shi",
"shi",
"time",
"duration",
"scris",
"RoderickQiu",
"human",
"semantic",
"computer",
"convert",
"converter",
"Chinese",
"English",
"language",
"timestamp",
"generate",
"chinese-numbers-converter",
"english2number",
"humanize-duration",
"js-pinyin"
]
}