-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 832 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": "swat",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"swat": "python serve.py",
"swat-server": "node .\\server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexrigby/SWAT.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexrigby/SWAT/issues"
},
"homepage": "https://github.com/alexrigby/SWAT#readme",
"dependencies": {
"catiline": "^2.9.3",
"cors": "^2.8.5",
"d3": "^6.5.0",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"jquery": "^3.5.1",
"jszip": "^3.6.0",
"leaflet": "^1.7.1",
"leaflet-lasso": "^2.2.3",
"shpjs": "^3.6.3",
"tsv": "^0.2.0",
"vega-lite": "^5.1.0"
}
}