зеркало из https://github.com/Azure/iotedgedev.git
26 строки
804 B
JSON
26 строки
804 B
JSON
{
|
|
"name": "azure-iot-edge-dev-tool",
|
|
"version": "1.0.0",
|
|
"description": "The **Azure IoT Edge Dev Tool** greatly simplifies [Azure IoT Edge](https://azure.microsoft.com/en-us/services/iot-edge/) development down to simple CLI commands driven by Environment Variables.",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonbgallant/azure-iot-edge-dev-tool.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jonbgallant/azure-iot-edge-dev-tool/issues"
|
|
},
|
|
"homepage": "https://github.com/jonbgallant/azure-iot-edge-dev-tool#readme",
|
|
"dependencies": {
|
|
"iothub-explorer": "^1.1.20"
|
|
}
|
|
}
|