-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 814 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 814 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
{
"name": "collaborative-artware",
"version": "0.0.1",
"description": "an experimental online drawing application by Media Art and Design students at the University of Chicago. ",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/net-art-uchicago/collaborative-artware.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/net-art-uchicago/collaborative-artware/issues"
},
"homepage": "https://github.com/net-art-uchicago/collaborative-artware#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"socket.io": "^4.0.1"
}
}