]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blob - example/iot-gateway/node_modules/aws-iot-device-sdk/node_modules/mqtt/node_modules/mqtt-packet/package.json
Updated to use the latest TI 15.4-Stack v2.1.0 from the SimpleLink CC13x0 SDK v1.30.
[apps/tidep0084.git] / example / iot-gateway / node_modules / aws-iot-device-sdk / node_modules / mqtt / node_modules / mqtt-packet / package.json
1 {
2   "name": "mqtt-packet",
3   "version": "3.4.7",
4   "description": "Parse and generate MQTT packets like a breeze",
5   "main": "mqtt.js",
6   "contributors": [
7     {
8       "name": "Matteo Collina",
9       "email": "matteo.collina@gmail.com",
10       "url": "https://github.com/mcollina"
11     },
12     {
13       "name": "Adam Rudd",
14       "email": "damvrr@gmail.com"
15     }
16   ],
17   "scripts": {
18     "test": "tape test.js | faucet",
19     "ci": "tape test.js && node testRandom"
20   },
21   "pre-commit": "test",
22   "repository": {
23     "type": "git",
24     "url": "git+https://github.com/mqttjs/mqtt-packet.git"
25   },
26   "keywords": [
27     "MQTT",
28     "packet",
29     "parse",
30     "publish",
31     "subscribe",
32     "pubsub"
33   ],
34   "license": "MIT",
35   "bugs": {
36     "url": "https://github.com/mqttjs/mqtt-packet/issues"
37   },
38   "homepage": "https://github.com/mqttjs/mqtt-packet",
39   "devDependencies": {
40     "faucet": "0.0.1",
41     "pre-commit": "^1.1.1",
42     "tape": "^4.2.0"
43   },
44   "dependencies": {
45     "bl": "^0.9.1",
46     "inherits": "^2.0.1"
47   },
48   "gitHead": "91336e29a675a93b269a908be3c71e6497497c5b",
49   "_id": "mqtt-packet@3.4.7",
50   "_shasum": "be8c267be7f0bf6a2a2d4f6de28307b6e0940e5f",
51   "_from": "mqtt-packet@>=3.2.0 <4.0.0",
52   "_npmVersion": "2.15.0",
53   "_nodeVersion": "4.4.2",
54   "_npmUser": {
55     "name": "matteo.collina",
56     "email": "hello@matteocollina.com"
57   },
58   "dist": {
59     "shasum": "be8c267be7f0bf6a2a2d4f6de28307b6e0940e5f",
60     "tarball": "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-3.4.7.tgz"
61   },
62   "maintainers": [
63     {
64       "name": "matteo.collina",
65       "email": "hello@matteocollina.com"
66     }
67   ],
68   "_npmOperationalInternal": {
69     "host": "packages-12-west.internal.npmjs.com",
70     "tmp": "tmp/mqtt-packet-3.4.7.tgz_1465203496421_0.8293029214255512"
71   },
72   "directories": {},
73   "_resolved": "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-3.4.7.tgz"
74 }