-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.24 KB
/
package.json
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
37
38
39
40
41
42
43
44
45
{
"name": "teamproject",
"version": "1.0.0",
"description": "Fantasy team project",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JohnnyD4/TeamProject.git"
},
"author": "john, luis, brianna, saleena, tim",
"license": "ISC",
"bugs": {
"url": "https://github.com/JohnnyD4/TeamProject/issues"
},
"homepage": "https://github.com/JohnnyD4/TeamProject#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"chart.js": "^2.6.0",
"connect-flash": "^0.1.1",
"connect-mssql": "^1.5.0",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"express-handlebars": "^3.0.0",
"express-mysql-session": "^1.2.1",
"express-session": "^1.15.3",
"method-override": "^2.3.9",
"morgan": "^1.8.2",
"multer": "^1.3.0",
"mysql": "^2.13.0",
"nightmare": "^2.10.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"process-nextick-args": "^1.0.7",
"safe-buffer": "^5.1.1",
"util-deprecate": "^1.0.2"
}
}