-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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": "SE-Project",
"version": "1.0.0",
"description": "SE-Project",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.6.4",
"bcrypt": "^1.0.2",
"body-parser": "^1.17.1",
"busboy": "^0.2.14",
"connect-busboy": "0.0.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"crypto": "0.0.3",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-session": "^1.15.2",
"filepicker-js": "^2.4.18",
"filestack-js": "^0.4.2",
"fs": "0.0.1-security",
"kareem": "^1.2.1",
"mongojs": "^2.4.0",
"mongoose": "^4.9.3",
"mongoose-type-email": "^1.0.3",
"multer": "^1.3.0",
"nodemailer": "^3.1.8",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"stripe": "^4.18.0",
"util": "^0.10.3",
"formidable": "^1.0.17",
"socket.io": "^1.3.5"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}