-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
49 lines (49 loc) · 1.38 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
{
"name": "graphscape",
"version": "1.1.0",
"description": "Measure cognitive distances among visualizations.",
"main": "graphscape.js",
"scripts": {
"test": "mocha ./test --recursive --watch",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uwdata/GraphScape.git"
},
"author": {
"name": "UW Interactive Data Lab",
"url": "http://idl.cs.washington.edu"
},
"collaborators": [
"Younghoon Kim <yhkim01@cs.washington.edu> ",
"Kanit Wongsuphasawat <kanitw@gmail.com> (http://kanitw.yellowpigz.com)",
"Jeffrey Heer <jheer@uw.edu> (http://jheer.org)"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/uwdata/GraphScape/issues"
},
"devDependencies": {
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@rollup/plugin-babel": "^5.2.3",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"chai": "~3.5.0",
"mocha": "^8.2.1",
"rollup": "^2.38.5",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"d3": "^6.5.0",
"vega": "^5.19.1",
"vega-expression": "^3.0.1",
"vega-lite": "^4.17.0"
},
"homepage": "https://github.com/uwdata/GraphScape#readme"
}