-
Notifications
You must be signed in to change notification settings - Fork 34
/
bower.json
40 lines (40 loc) · 875 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
{
"name": "fglab",
"main": "lab.js",
"version": "0.7.6",
"homepage": "https://github.com/Kaixhin/FGLab",
"description": "Future Gadget Laboratory",
"moduleType": [
"globals"
],
"keywords": [
"machine learning"
],
"authors": [
"Kaixhin <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"dependencies": {
"jquery": "~3.2.1",
"lodash": "~4.17.3",
"bootstrap": "4.0.0-alpha.6",
"bootstrap-table": "~1.8.1",
"octicons": "~4.4.0",
"d3": "~3.5.16",
"c3": "~0.4.11",
"largest-triangle-three-buckets": "git://github.com/joshcarr/largest-triangle-three-buckets.js.git",
"moment": "~2.20.1",
"tether": "~1.4.3",
"tableExport.jquery.plugin": "~1.6.9"
},
"resolutions": {
"jquery": "~3.1.1",
"d3": "~3.5.16"
}
}