-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 906 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
37
38
{
"name": "sbu_labfp",
"version": "1.0.0",
"description": "Final Project",
"main": "index.js",
"scripts": {
"start": "node app/server.js",
"test": "mocha \"./{,!(node_modules)/**/}*.test.js\""
},
"repository": {
"type": "git",
"url": "sbu@cs376a.monead.com:labfp"
},
"author": "Sijie Bu",
"license": "ISC",
"dependencies": {
"azure-storage": "^2.10.2",
"cheerio": "^1.0.0-rc.2",
"csurf": "^1.9.0",
"expect": "^23.6.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"file-type": "^10.6.0",
"hbs": "^4.0.1",
"moment": "^2.23.0",
"mongoose": "^5.3.15",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"rotating-file-stream": "^1.3.9",
"supertest": "^3.3.0",
"urlencode": "^1.1.0",
"util": "^0.11.1",
"uuid": "^3.3.2",
"uuid-regexp": "^0.3.0",
"validator": "^10.9.0",
"winston": "^3.1.0"
}
}