-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 857 Bytes
/
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
{
"name": "utas-tas-convict-datavis",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nf-s/utas-tas-convict-datavis"
},
"author": "nfs",
"license": "MIT",
"dependencies": {
"axios": "^0.17.1",
"d3": "^5.7.0",
"d3-xyzoom": "^1.5.0",
"express": "^4.16.4",
"finalhandler": "^1.1.1",
"jquery": "^3.3.1",
"lodash": "^4.17.11",
"mout": "^1.1.0",
"science": "^1.9.3",
"serve-static": "^1.13.2",
"stable": "^0.1.8",
"stardust-core": "^0.1.1",
"stardust-webgl": "^0.1.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.14.0",
"watchify": "^3.11.0"
}
}