forked from cs4241-19a/a4-creativecoding
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 670 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 670 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
{
"name": "a4-creativecoding",
"version": "1.0.0",
"description": "Assignment 4 - Creative Coding: Interactive Multimedia Experiences ===",
"main": "index.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dpcaffrey/a4-creativecoding.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dpcaffrey/a4-creativecoding/issues"
},
"homepage": "https://github.com/dpcaffrey/a4-creativecoding#readme",
"dependencies": {
"compression": "^1.7.4",
"d3": "^5.12.0",
"dat.gui": "^0.7.6",
"express": "^4.17.1",
"helmet": "^3.21.1"
}
}