forked from h2oai/h2o-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
54 lines (54 loc) · 1.14 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "h2o-flow",
"version": "0.4.8",
"homepage": "https://github.com/h2oai/h2o-flow",
"authors": [
"Prithvi Prabhu <[email protected]>"
],
"description": "Interactive computational environment for H2O",
"main": "build/index.html",
"moduleType": [
"globals"
],
"keywords": [
"H2O",
"Machine Learning"
],
"license": "MIT",
"ignore": [
"**/.*",
"Makefile",
"coffeelint.json",
"gulpfile.coffee",
"package.json",
"shorthand.yml",
"lib",
"node_modules",
"src",
"tools"
],
"dependencies": {},
"devDependencies": {
"jquery": "~2.1.0",
"d3": "~3.5.2",
"lodash": "~2.4.1",
"chai": "~1.9.1",
"hasher": "~1.2.0",
"crossroads": "~0.12.0",
"momentjs": "~2.6.0",
"typeahead.js": "~0.10.2",
"fontawesome": "~4.2.0",
"esprima": "~1.2.2",
"coffeescript": "~1.8.0",
"mousetrap": "~1.4.6",
"marked": "~0.3.2",
"jquery-textrange": "~1.3.1",
"bootstrap": "~3.2.0",
"knockoutjs": "~3.2.0",
"chroma-js": "~0.6.1",
"stacktrace-js": "~0.6.2",
"node-uuid": "~1.4.1",
"diecut": "~0.0.1",
"highlightjs": "~8.5.0"
}
}