forked from micahstubbs/torrent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
63 lines (63 loc) · 1.34 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
55
56
57
58
59
60
61
62
63
{
"name": "h2o-torrent",
"version": "0.1.0",
"homepage": "https://github.com/micahstubbs/torrent",
"authors": [
"@micahstubbs <[email protected]>"
],
"description": "an interactive code notebook for the h2o-3 machine learning platform",
"main": "build/index.html",
"moduleType": [
"globals"
],
"keywords":[
"H2O",
"Machine Learning",
"AI",
"code",
"notebook",
"JavaScript",
"Scala",
"data science"
],
"license": "MIT",
"ignore": [
"**/.*",
"Makefile",
"coffeelint.json",
"gulpfile.coffee",
"package.json",
"shorthand.yml",
"lib",
"node_modules",
"src",
"tools",
"*.sublime-project",
"*.sublime-workspace"
],
"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",
"codemirror": "~5.12.0"
}
}