forked from tmarrinan/webdev-dynamic
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 731 Bytes
/
package.json
File metadata and controls
29 lines (29 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
29
{
"name": "dynamic_server",
"description": "Dynamic Server to visualize data about global power plants in a variety of ways",
"version": "1.0.0",
"author": {
"name": "Prince Sarpong",
"email": "sarp4474@stthomas.edu"
},
"contributors": [
{
"name": "Prince Sarpong",
"email": "sarp4474@stthomas.edu"
},
{
"name": "Gratzia Maria",
"email": "inda4434@stthomas.edu"
},
{
"name": "Logan Farner",
"email": "farn8796@stthomas.edu"
}
],
"repository": {},
"dependencies": {
"express": "^4.18.2",
"plotly": "^1.0.6",
"sqlite3": "^5.1.6"
}
}