forked from Azure/iothub-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.24 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
45
46
47
48
49
50
51
{
"name": "iothub-explorer",
"version": "1.2.1",
"description": "Azure IoT Hub Explorer",
"author": "Microsoft Corporation",
"license": "MIT",
"main": "iothub-explorer.js",
"bin": "iothub-explorer.js",
"dependencies": {
"azure-event-hubs": "0.0.8",
"azure-iot-common": "1.4.1",
"azure-iot-device": "1.3.2",
"azure-iot-device-amqp": "1.3.2",
"azure-iot-device-http": "1.3.2",
"azure-iot-device-mqtt": "1.3.2",
"azure-iothub": "1.2.5",
"azure-storage": "^1.3.1",
"bluebird": "^3.0.1",
"colors-tmpl": "^1.0.0",
"commander": "^2.9.0",
"lodash": "^4.17.4",
"pem": "^1.8.3",
"prettyjson": "^1.1.3",
"uuid": "^2.0.3"
},
"devDependencies": {
"jshint": "^2.9.3",
"mocha": "^3.2.0"
},
"scripts": {
"lint": "jshint --show-non-errors .",
"test": "node_modules/.bin/mocha test/test.js",
"ci": "npm -s run lint && npm -s run test"
},
"engines": {
"node": ">= 0.10"
},
"keywords": [
"azure",
"iot",
"iothub"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/iothub-explorer.git"
},
"bugs": {
"url": "https://github.com/Azure/iothub-explorer/issues"
},
"homepage": "https://github.com/Azure/iothub-explorer#readme"
}