-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) Β· 1.09 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
43
44
{
"name": "http2mqtt",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"start": "./node_modules/nodemon/bin/nodemon.js index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Instathings/http2mqtt.git"
},
"engines": {
"node": "^10 || ^12 || ^13 || ^14"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Instathings/http2mqtt/issues"
},
"homepage": "https://github.com/Instathings/http2mqtt#readme",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2"
},
"dependencies": {
"fast-deep-equal": "^3.1.1",
"git-last-commit": "^1.0.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"mkdir-recursive": "^0.4.0",
"moment": "^2.25.3",
"mqtt": "^4.0.1",
"nodemon": "^2.0.3",
"object-assign-deep": "^0.4.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"semver": "^7.3.2",
"telnet-client": "^1.4.1",
"winston": "^3.2.1"
}
}