forked from hexenq/kuroshiro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 843 Bytes
/
bower.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
{
"name": "kuroshiro",
"version": "0.1.5",
"authors": [
"Hexen Qi <hexenq@gmail.com>"
],
"description": "kuroshiro.js is a japanese language utility mainly for converting Kanji-mixed sentence to Hiragana, Katakana or Romaji with furigana and okurigana modes supported.",
"main": [
"dist/browser/kuroshiro.min.js"
],
"keywords": [
"japanese",
"language",
"convert",
"converter",
"kanji",
"hiragana",
"katakana",
"romaji",
"furigana",
"okurigana",
"utility",
"tool"
],
"license": "MIT",
"homepage": "https://github.com/hexenq/kuroshiro.js",
"ignore": [
"**/.*",
"bower_components",
"coverage",
"demo",
"example",
"jsdoc",
"node_modules",
"scripts",
"src",
"test",
"dist/node",
"gulpfile.js",
"package.json"
]
}