-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1000 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
43
{
"name": "giot-mqtt-stream",
"description": "MQTT Stream Plugin Reekoh IoT Platform. Connects a Reekoh Instance to MQTT Broker/Server.",
"version": "1.0.0",
"author": "Reekoh, Inc.",
"main": "app.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Reekoh/mqtt-stream.git"
},
"dependencies": {
"async": "^2.1.4",
"lodash.get": "^4.4.2",
"lodash.isempty": "^4.4.0",
"mqtt": "^2.1.3"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-cli": "^1.2.1",
"gulp-jshint": "^2.0.1",
"gulp-json-lint": "^0.1.0",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"mocha": "^2.5.3",
"mosca": "^2.2.0",
"should": "^9.0.2"
},
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/Reekoh/mqtt-stream/issues"
},
"homepage": "https://github.com/Reekoh/mqtt-stream#readme",
"directories": {
"test": "test"
},
"keywords": [
"giot",
"mqtt"
]
}