-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (27 loc) · 863 Bytes
/
package.json
File metadata and controls
28 lines (27 loc) · 863 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
{
"name": "labor-day-webapp",
"version": "0.1.0",
"description": "UD ACM Student Chapter project to build a web app over the labor day weekend.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/UDComputerClub/LaborDayWebApp.git"
},
"author": "Brian McCutchon <bmccutchon@udallas.edu> (http://brianmccutchon.com)",
"contributors": {
},
"license": "UNLICENSED",
"private": "true",
"bugs": {
"url": "https://github.com/UDComputerClub/LaborDayWebApp/issues"
},
"homepage": "https://github.com/UDComputerClub/LaborDayWebApp#readme",
"dependencies": {
"express": "^4.14.0",
"formidable": "^1.0.17",
"fs-extra": "^0.30.0",
"quickthumb": "^0.0.12"
}
}