-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 745 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": "draftboard",
"version": "0.0.0",
"description": "A simple project to help run my fantasy football draft.",
"main": "server/server.js",
"repository": {
"type": "git",
"url": "https://github.com/mattcreaser/draftboard.git"
},
"author": "Matt Creaser",
"readmeFilename": "README.md",
"devDependencies": {
"commander": "2.0.0",
"line-reader": "0.2.3"
},
"dependencies": {
"backbone": "1.0.0",
"express.io": "1.1.11",
"underscore.string": "2.3.1",
"async": "0.2.8",
"just-logging": "1.1.1",
"ejs": "0.8.4",
"ejs-locals": "1.0.2",
"sqlite3": "2.1.7",
"lodash": "1.2.1",
"orm": "2.1.0",
"hat": "0.0.3",
"bcrypt": "0.7.6",
"auto-loader": "0.1.0"
}
}