-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "recycleapp",
"version": "1.0.0",
"description": "code 301 final",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/recycleapp/recycleApp.git"
},
"keywords": [
"awesomeness"
],
"author": "kr-hi-jd-dh",
"license": "ISC",
"bugs": {
"url": "https://github.com/recycleapp/recycleApp/issues"
},
"homepage": "https://github.com/recycleapp/recycleApp#readme",
"dependencies": {
"@google-cloud/datastore": "^2.0.0",
"@google-cloud/storage": "^2.3.0",
"@google-cloud/vision": "^0.22.1",
"cors": "^2.8.5",
"dotenv": "^6.1.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-fileupload": "^1.0.0",
"fs": "0.0.1-security",
"fuzzy": "^0.1.3",
"fuzzy.js": "^0.1.0",
"fuzzyset": "0.0.4",
"fuzzyset.js": "0.0.7",
"method-override": "^3.0.0",
"multer": "^1.4.1",
"pg": "^7.6.1",
"superagent": "^4.0.0-beta.5"
}
}