-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 862 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
{
"name": "yoroshiku",
"description": "yoroshiku converts Japanese to Hiragana, Katakana or Romaji. It supports furigana and okurigana.",
"version": "0.0.1",
"homepage": "https://github.com/loretoparisi/yoroshiku/wiki",
"author": {
"name": "Loreto Parisi",
"email": "[email protected]"
},
"contributors": [],
"repository": {
"type": "git",
"url": "[email protected]:loretoparisi/yoroshiku.git"
},
"bugs": {
"url": "https://github.com/loretoparisi/yoroshiku/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/loretoparisi/yoroshiku/blob/master/LICENSE"
}
],
"main": "lib/index",
"engines": {
"node": "*"
},
"scripts": {},
"devDependencies": {},
"keywords": [],
"dependencies": {
"async": "^2.0.1",
"doublearray": "0.0.2",
"zlibjs": "^0.3.1"
}
}