-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) Β· 551 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) Β· 551 Bytes
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
{
"name": "server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.4.5",
"express": "~4.16.0",
"gridfs-stream": "^1.1.1",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"method-override": "^3.0.0",
"mongoose": "^5.9.10",
"morgan": "~1.9.0",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.0.3"
}
}