-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
43 lines (43 loc) · 841 Bytes
/
bower.json
File metadata and controls
43 lines (43 loc) · 841 Bytes
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": "lightning",
"version": "0.1.19",
"homepage": "https://github.com/h2oai/lightning",
"authors": [
"Prithvi Prabhu <prithvi@h2o.ai>"
],
"description": "High performance, interactive statistical graphics engine for the web.",
"main": "index.js",
"ignore": [
"Makefile",
"README.md",
"bower.json",
"build",
"data",
"lib",
"make.coffee",
"node_modules",
"package.json",
"release.sh",
"shorthand.yml",
"src",
"tools"
],
"keywords": [
"graphics",
"visualization",
"statistics"
],
"license": "MIT",
"private": true,
"dependencies": {
"d3": "~5.7.0",
"lodash": "~4.17.11",
"chroma-js": "~0.6.1",
"papaparse": "~4.1.0",
"diecut": "~0.0.1"
},
"devDependencies": {
"HTML5-Reset": "~2.1.2",
"jquery": "~2.1.1"
}
}