-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
37 lines (37 loc) · 888 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
{
"name": "chinese-s2t",
"version": "1.0.0",
"description": "Simplfied and Traditional Chinese Converter",
"main": "index.js",
"homepage": "https://github.com/foru17/chinese-s2t#readme",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foru17/chinese-s2t.git"
},
"keywords": [
"chinese"
],
"author": {
"name": "@foru17 <meleilei@gmail.com>"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/foru17/chinese-s2t/issues"
},
"readmeFilename": "README.md",
"gitHead": "15b3d83106dc47abdb114018fb3935af87a780e1",
"_id": "chinese-s2t@1.0.0",
"_shasum": "637c25a1406ca924a9e42bcfdfbd816d8ee3c1fe",
"_from": "chinese-s2t@*",
"_npmUser": {
"name": "foru17",
"email": "meleilei@gmail.com"
},
"devDependencies": {
"mocha": "^3.4.2",
"should": "^11.2.1"
}
}