-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 900 Bytes
/
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
{
"name": "sources_sharing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --inspect --trace-deprecation index.js",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"cloudinary": "^1.13.2",
"cloudinary-jquery-file-upload": "^2.5.0",
"connect-flash": "^0.1.1",
"connect-multiparty": "^2.2.0",
"csurf": "^1.9.0",
"debug": "^4.1.1",
"dotenv": "^6.2.0",
"dotenv-expand": "^4.2.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"mongoose": "^5.4.5",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-local": "^1.0.0",
"pug": "^2.0.3",
"validator": "^10.11.0"
},
"devDependencies": {
"nodemon": "^1.18.9"
}
}