-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 731 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 731 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
26
27
28
{
"name": "cads-visualizer",
"version": "1.0.0",
"description": "CADS Research Visualization - Interactive visualization of Texas State University CADS research landscape",
"private": true,
"scripts": {
"build": "echo 'Build process - static files ready'",
"install-deps": "npm install",
"serve": "python3 -m http.server 8000 --directory visuals/public-prod"
},
"dependencies": {
"@sentry/browser": "^7.100.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Tar-ive/CADS-Visualizer.git"
},
"keywords": [
"visualization",
"research",
"cads",
"texas-state",
"deckgl",
"sentry"
],
"author": "Texas State University CADS Team",
"license": "MIT"
}