device-discovery-cli/package.json

50 строки
998 B
JSON

{
"name": "device-discovery-cli",
"version": "0.6.0",
"description": "device discovery and management command line utility",
"bin": {
"devdisco": "./dist/devdisco.js"
},
"scripts": {
"build": "./node_modules/.bin/gulp build",
"test": "gulp lint"
},
"files": [
"dist"
],
"keywords": [
"CLI",
"device",
"discovery",
"IoT"
],
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Azure/device-discovery-cli"
},
"dependencies": {
"az-iot-bi": "0.1.17",
"dns": "^0.2.2",
"mdns-js": "^0.5.0",
"node-arp": "^1.0.5",
"node-wifiscanner": "^0.2.1",
"serialport": "^7.1.5",
"vow": "^0.4.12"
},
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1"
},
"babel": {
"presets": [
"es2015",
"stage-0"
]
}
}