-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 907 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 907 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
26
27
28
29
30
31
32
33
34
35
36
{
"name": "davis",
"version": "1.0.0",
"description": "Davis lost and found",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/travischantravis/Davis.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/travischantravis/Davis/issues"
},
"homepage": "https://github.com/travischantravis/Davis#readme",
"dependencies": {
"@google-cloud/storage": "^4.2.0",
"@google-cloud/vision": "^1.8.0",
"body-parser": "^1.19.0",
"bootstrap-fileinput": "^5.0.8",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"gridfs-stream": "^1.1.1",
"method-override": "^3.0.0",
"mongoose": "^5.8.9",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.0.1",
"nodemon": "^2.0.2",
"path": "^0.12.7"
}
}