-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 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
{
"name": "carexchange",
"version": "0.1.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"url": "",
"type": "git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"angular": "^1.7.4",
"angular-ui-bootstrap": "^2.5.6",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"ejs": "^2.5.1",
"express": "^4.14.0",
"express-session": "^1.14.0",
"formidable": "^1.2.1",
"jshint": "^2.9.6",
"mongoose": "^5.0.17",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-google-oauth2": "^0.1.6",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"redis": "^2.6.2",
"socket.io": "^2.0.3",
"socket.io-redis": "^5.1.0",
"ui-bootstrap": "^0.1.11",
"winston": "^3.1.0"
}
}