-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
45
46
47
48
{
"name": "final-project-cs493-zxg",
"version": "1.0.0",
"description": " API for an \"alternative\" to Canvas.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "NODE_ENV=development nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osu-cs493-sp19/final-project-cs493-zxg.git"
},
"keywords": [
"The",
"Tarpaulin",
"API"
],
"author": "Yuechen Xu, Shengjun Gu, Haoxuan Zhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/osu-cs493-sp19/final-project-cs493-zxg/issues"
},
"homepage": "https://github.com/osu-cs493-sp19/final-project-cs493-zxg#readme",
"dependencies": {
"amqplib": "^0.5.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"crypto": "^1.0.1",
"express": "^4.17.1",
"gridfs-stream": "^1.1.1",
"image-size": "^0.7.4",
"json2csv": "^4.5.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.2.7",
"mongoose": "^5.5.13",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"multer-gridfs-storage": "^3.2.3",
"my-dependency": "^1.0.1",
"redis": "^2.8.0",
"sharp": "^0.22.1"
},
"devDependencies": {
"nodemon": "^1.19.0"
}
}