UNPKG

1.03 kBJSONView Raw
1{
2 "name": "mqtt-connection",
3 "version": "4.1.0",
4 "description": "Stream-based Connection object for MQTT, extracted from MQTT.js",
5 "main": "connection.js",
6 "contributors": [
7 "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
8 "Adam Rudd <adamvrr@gmail.com>",
9 "Siarhei Buntsevich <scarry0506@gmail.com> (https://github.com/scarry1992)"
10 ],
11 "scripts": {
12 "test": "mocha test/ && standard"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/mqttjs/mqtt-connection.git"
17 },
18 "keywords": [
19 "mqtt",
20 "connection",
21 "server"
22 ],
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/mqttjs/mqtt-connection/issues"
26 },
27 "homepage": "https://github.com/mqttjs/mqtt-connection",
28 "dependencies": {
29 "duplexify": "^3.5.1",
30 "inherits": "^2.0.3",
31 "mqtt-packet": "^6.0.0",
32 "safe-buffer": "^5.1.1",
33 "through2": "^2.0.1"
34 },
35 "devDependencies": {
36 "mocha": "^4.0.0",
37 "should": "^13.0.0",
38 "standard": "^11.0.0"
39 }
40}