-
-
Notifications
You must be signed in to change notification settings - Fork 143
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 843 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 843 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
{
"dependencies": {
"bootstrap": "twbs/bootstrap#3",
"c3": "masayuki0812/c3#*",
"codemirror": "components/codemirror#*",
"d3": "mbostock-bower/d3-bower#^5.0.0",
"jquery": "jquery/jquery-dist#>= 1.0.0",
"jquery.splitter": "jcubic/jquery.splitter#0.15",
"js-sha1": "emn178/js-sha1#*",
"laconic": "joestelmach/laconic#*",
"requirejs": "jrburke/requirejs-bower#*",
"uglify-js": "mishoo/UglifyJS#*",
"sparkline": "gwatts/jquery.sparkline#*",
"svg-pan-zoom": "ariutta/svg-pan-zoom#*",
"tagmanager": "max-favilli/tagmanager#*",
"typeahead.js": "https://github.com/twitter/typeahead.js.git#master",
"printthis": "https://github.com/jasonday/printThis.git#master",
"vega": "^6.2.0",
"vega-embed": "^7.0.2",
"vega-lite": "^6.4.1"
},
"engines": {
"yarn": ">= 1.0.0"
}
}