forked from vega/vega-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 871 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
{
"name": "vega-lite",
"main": "build/vega-lite.js",
"homepage": "https://github.com/vega/vega-lite",
"authors": [
"Kanit Wongsuphasawat <[email protected]> (http://kanitw.yellowpigz.com)",
"Dominik Moritz <[email protected]> (https://www.domoritz.de)",
"Jeffrey Heer <[email protected]> (http://jheer.org)"
],
"description": "Vega-lite provides a higher-level grammar for visual analysis, comparable to ggplot or Tableau, that generates complete Vega specifications.",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"visualization",
"grammar"
],
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"_site",
"example/_original/*",
"example/_output/*",
"example/_diff/*"
],
"dependencies": {
"vega": "3.0.0-beta.31"
}
}