-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.14 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
53
54
55
56
57
58
{
"name": "bkrs",
"private": true,
"version": "0.0.0",
"description": "Convert bkrs.info database to zd format",
"author": {
"name": "Stas Ukolov",
"email": "[email protected]"
},
"homepage": "https://github.com/ukoloff/bkrs",
"main": "lib",
"scripts": {
"postinstall": "node lib/install",
"test": "mocha",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git://github.com/ukoloff/bkrs.git"
},
"keywords": [
"BKRS",
"chinese",
"russian",
"dictionary",
"Dictan"
],
"bugs": {
"url": "https://github.com/ukoloff/bkrs/issues"
},
"sourceURL": "http://bkrs.info/p47",
"sources": [
"examples",
"dabkrs",
"dabruks"
],
"extras": [
"py",
"s2t"
],
"dependencies": {
"coffee-script": "~1.9.0",
"full-text-search-light": "0.0.7",
"js-yaml": "^3.13.1",
"mkdirp": "^0.5.1",
"multistream": "^2.0.5",
"request": "^2.69.0",
"split": "~0.3.3",
"through2": "^2.0.1",
"tongwen": "~0.3.2",
"trumpet": "^1.7.2"
},
"devDependencies": {
"appveyor-mocha": "^1.1.2",
"mocha": "^6.1.4",
"should": "^11.1.2"
}
}