forked from scriptin/kanji-frequency
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 846 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
43
{
"name": "kanji-frequency",
"authors": [
"Dmitry Shpika"
],
"description": "Kanji usage frequency data and visualizations",
"version": "0.0.0",
"main": "index.html",
"moduleType": [],
"keywords": [
"kanji",
"frequency",
"japanese",
"charts"
],
"license": [
"Apache-2.0",
"CC-BY-4.0",
"EPL-1.0",
"LGPL-3.0",
"MIT"
],
"homepage": "https://github.com/scriptin/kanji-frequency",
"private": true,
"dependencies": {
"d3": "3.5.13",
"bluebird": "3.1.1",
"bootstrap": "3.3.6",
"lodash": "4.0.0",
"jquery": "2.2.0",
"datatables.net": "1.10.10",
"datatables.net-bs": "1.10.10",
"datatables.net-scroller": "1.4.0",
"datatables.net-scroller-bs": "1.4.0"
},
"overrides": {
"lodash": {
"main": [
"dist/lodash.js"
]
}
}
}