forked from vega/vega-lite-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 984 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": "vega-lite",
"main": "vega-lite.js",
"homepage": "https://github.com/vega/vega-lite",
"authors": [
"Kanit Wongsuphasawat <[email protected]> (http://kanitw.yellowpigz.com)",
"Dominik Moritz <[email protected]> (http://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": "^2.6.0"
},
"devDependencies": {
"d3": "~3.5.16",
"highlightjs": "~9.4.0",
"octicons": "^4.2.0",
"vega-embed": "~2.2.0"
}
}