forked from vega/vega-editor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.13 KB
/
package.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
{
"name": "vega-editor",
"version": "1.3.0",
"description": "Web-based Vega authoring environment.",
"keywords": [
"vega",
"editor",
"JSON",
"visualization",
"interaction",
"dataflow",
"grammar",
"d3"
],
"repository": {
"type": "git",
"url": "http://github.com/vega/vega-editor.git"
},
"author": {
"name": "Jeffrey Heer",
"url": "http://idl.cs.washington.edu"
},
"contributors": [
{
"name": "Arvind Satyanarayan",
"url": "http://arvindsatya.com"
},
{
"name": "Dominik Moritz",
"url": "http://domoritz.de"
},
{
"name": "Ruijia (Iris) Wang"
}
],
"license": "BSD-3-Clause",
"dependencies": {
"ace-builds": "ajaxorg/ace-builds",
"compassql": "0.21.0",
"d3": "^4.3.0",
"d3-cloud": "^1.2.1",
"d3-geo-projection": "^0.2.15",
"topojson": "^1.6.24",
"vega": "5.4.0",
"vega-datasets": "1.25.0",
"vega-lite": "3.3.0"
},
"devDependencies": {
"chokidar": "^1.2.0"
},
"scripts": {
"deploy": "scripts/deploy.sh",
"vendor": "scripts/vendor.sh",
"start": "python -m SimpleHTTPServer"
}
}