-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 840 Bytes
/
package.json
File metadata and controls
31 lines (30 loc) · 840 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
30
31
{
"name": "cta-file-sharing",
"version": "1.0.0",
"description": "a collaborative artware project by Media Art and Design students at the University of Chicago.",
"main": "backend/server.js",
"scripts": {
"start": "node backend/server.js",
"bus-stops": "node backend/update-bus-stops.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/net-art-uchicago/cta-file-sharing.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/net-art-uchicago/cta-file-sharing/issues"
},
"homepage": "https://github.com/net-art-uchicago/cta-file-sharing#readme",
"dependencies": {
"axios": "^1.1.3",
"cors": "^2.8.5",
"body-parser": "^1.20.1",
"dotenv": "^16.0.3",
"express": "^4.18.2"
},
"devDependencies": {
"standard": "^17.0.0"
}
}