forked from mqttjs/mqtt-packet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 937 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": "mqtt-packet",
"version": "4.0.3",
"description": "Parse and generate MQTT packets like a breeze",
"main": "mqtt.js",
"contributors": [
"Matteo Collina <[email protected]> (https://github.com/mcollina)",
"Adam Rudd <[email protected]>"
],
"scripts": {
"test": "tape test.js | faucet"
},
"pre-commit": "test",
"repository": {
"type": "git",
"url": "https://github.com/mqttjs/mqtt-packet.git"
},
"keywords": [
"MQTT",
"packet",
"parse",
"publish",
"subscribe",
"pubsub"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mqttjs/mqtt-packet/issues"
},
"homepage": "https://github.com/mqttjs/mqtt-packet",
"devDependencies": {
"dev-null": "^0.1.1",
"faucet": "0.0.1",
"pre-commit": "^1.1.1",
"readable-stream": "^2.0.2",
"tape": "^4.2.0"
},
"dependencies": {
"bl": "^1.0.0",
"inherits": "^2.0.1"
}
}