-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.04 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.04 KB
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
32
33
34
35
36
{
"name": "QuickDraw",
"version": "0.0.1-66",
"description": "Compete with your friends to see who can most quickly and accurately replicate a drawing.",
"contributors": [
{"name": "Austin Eng","email": "aeng@ctemc.org"},
{"name": "Vincent Chen","email": "vincentchen96@gmail.com"},
{"name": "Matthew Hsu","email": "gears88@gmail.com"},
{"name": "Zachary Liu","email": "liu.zachary@gmail.com"},
{"name": "Andrew Millman","email": "amillman@ctemc.org"},
{"name": "Yash Patel","email": "ypatel@cetmc.org"}
],
"private": true,
"scripts": {
"start": "coffee app.coffee"
},
"dependencies": {
"express": "3.0.5",
"ejs": "*",
"less-middleware": "*",
"socket.io": "~0.9.16",
"mongoose": "~3.8.0",
"async": "~0.2.9",
"coffee-script": "~1.6.3",
"requirejs": "~2.1.9",
"underscore": "~1.5.2",
"socket.io-client": "~0.9.16",
"png.js": "0.1.1",
"amdefine": "~0.1.0",
"coffee-middleware": "^0.2.1"
},
"subdomain": "HackPrincetonTeamHTHS",
"engines": {
"node": "0.10.x"
}
}