-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
29 lines (29 loc) · 782 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
{
"name": "cham-jp-deck",
"version": "4.0.2",
"description": "Japanese flashcard deck generator from JMdict, KANJIDIC, and KanjiVG for Anki in CSV format",
"main": "code.js",
"bin": {
"chamjpdeck-csv": "cli-csv.js",
"chamjpdeck-json": "cli-json.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/echamudi/cham-jp-deck.git"
},
"author": "Ezzat Chamudi",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/echamudi/cham-jp-deck/issues"
},
"homepage": "https://github.com/echamudi/cham-jp-deck#readme",
"dependencies": {
"csvtojson": "^2.0.10",
"kanji": "0.6.0",
"xml2json": "^0.11.2",
"xml2json-cli": "^1.1.1"
}
}