-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.49 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.49 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "iot-edge",
"version": "2.3.2",
"description": "Internet of Things Edge Server",
"author": "Microclimates, Inc <open_source@microclimates.com>",
"homepage": "https://github.com/microclimates/iot-edge",
"keywords": [
"automation",
"docker",
"edge",
"grafana",
"graphite",
"internet of things",
"iot",
"mqtt"
],
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"aws-sdk": "^2.447.0",
"bluebird": "^3.5.4",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"config": "^1.23.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"cron": "^1.7.1",
"deep-extend": "^0.6.0",
"express": "^4.16.4",
"express-domain-middleware": "^0.1.0",
"express-promise-router": "^3.0.3",
"express-validator": "^5.3.1",
"fs-magic": "^2.1.1",
"httperrors": "^2.3.0",
"lodash": "^4.17.11",
"md5": "^2.2.1",
"mime": "^2.4.2",
"mkdirp": "^0.5.1",
"morgan": "^1.9.1",
"mqtt": "^2.18.8",
"node-onvif": "^0.1.7",
"on-headers": "^1.0.2",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"response-time": "^2.3.2",
"send": "^0.16.2",
"serve-static": "^1.13.2",
"socket.io": "^2.2.0",
"uuid": "^3.3.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/microclimates/iot-edge.git"
},
"engines": {
"node": ">= 8.0.0"
},
"scripts": {
"start": "node app.js"
}
}