-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 KB
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
{
"name": "javscript_backend",
"version": "1.0.0",
"description": "#BlondieCode. JavaScript Практическое занятие. Back-end",
"main": "app.js",
"author": {
"name": "Aida Drogan",
"email": "aida.drogan.box@gmail.com",
"url": "https://www.youtube.com/channel/UCSsg9NLCse2XQCIRgfmJu3Q"
},
"repository": {
"type": "git",
"url": "https://github.com/droganaida/javascript-backend.git"
},
"scripts": {
"dev": "cross-env NODE_ENV=development node --nouse-idle-notification --expose-gc app.js",
"pro": "cross-env NODE_ENV=production node --nouse-idle-notification --expose-gc app.js"
},
"license": "ISC",
"dependencies": {
"async": "2.1.5",
"body-parser": "1.17.1",
"compression": "1.6.2",
"connect-mongo": "1.3.2",
"cross-env": "5.0.0",
"ejs": "2.5.6",
"express": "4.15.2",
"express-favicon": "2.0.0",
"express-session": "1.15.1",
"http": "0.0.0",
"imagemagick": "0.1.3",
"mongoose": "4.9.0",
"multer": "1.3.0",
"node-minify": "2.0.3",
"winston": "2.3.1"
}
}