-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 775 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 775 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": "ProtoBowl",
"description": "A trivia database for question answering practice",
"version": "2.2.0-12",
"private": false,
"author": "Epiccodez (http://github.com/epiccodez)",
"engines": {
"node": ">= 0.6.5"
},
"dependencies": {
"express": "2.5.4",
"jade": "0.20.0",
"mongoose": "2.4.9",
"gzippo": "0.1.4",
"yaml-config": "0.1.0",
"connect-mongodb": "1.1.2",
"mongoose-auth": "0.0.11",
"everyauth": "0.2.29",
"cloudfiles": "0.3.1",
"imagemagick": "0.1.2",
"node-uuid": "1.3.1",
"compress": "git+ssh://git://github.com/madhums/node-compress.git",
"postmark": "0.1.6",
"coffee-script": "~1.3.3",
"less"
},
"scripts": {
"start": "app.js"
},
"subdomain": "AProtoBowlAndStuff"
}