-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 972 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
39
40
41
42
{
"name": "sample",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/translate": "^0.4.0",
"body-parser": "^1.15.2",
"ejs": "^2.5.2",
"express": "^4.14.0",
"express-ws": "^2.0.0",
"json-string": "0.0.1",
"log": "^1.4.0",
"lru-cache": "^4.0.1",
"morgan": "^1.7.0",
"mqtt": "^2.4.0",
"multer": "^1.2.0",
"node-cloud-vision-api": "^0.2.0",
"node-uuid": "^1.4.7",
"rx": "^4.1.0",
"ws": "^1.1.1",
"xml2json": "^0.11.0"
},
"engines": {
"node": "6.9.1",
"npm": "3.10.8"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/TITAMAS/walky-api.git"
},
"bugs": {
"url": "https://github.com/TITAMAS/walky-api/issues"
},
"homepage": "https://github.com/TITAMAS/walky-api#readme",
"description": ""
}