-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 871 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
{
"name": "javierramirez-gvision",
"version": "1.0.0",
"description": "Application to present the google vision api.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jramirezneira/googlevisiontest"
},
"keywords": [
"vision",
"api",
"google",
"nodejs"
],
"author": "Javier Ramírez Neira",
"license": "",
"bugs": {
"url": "https://github.com/jramirezneira/googlevisiontest"
},
"homepage": "https://www.javierramirezportfolio.com",
"dependencies": {
"@google-cloud/vision": "^0.12.0",
"cors": "^2.8.5",
"express": "^4.16.2",
"js-yaml": "^3.13.1",
"multer": "^1.3.0",
"swagger-ui-express": "4.1.3"
},
"devDependencies": {
"eslint": "^4.10.0"
}
}