@iotize/device-com-socket.node
Version:
Socket communication protocol to communicate with an iotize
57 lines (56 loc) • 1.39 kB
JSON
{
"name": "@iotize/device-com-socket.node",
"version": "2.0.3",
"description": "Socket communication protocol to communicate with an iotize",
"main": "/index.js",
"typings": "/index.d.ts",
"keywords": [
"iotize",
"communication protocol",
"socket",
"nodejs"
],
"author": "IoTize <contact@iotize.com>",
"contributors": [
{
"name": "Stephane Leonard",
"email": "stephane.leonard@iotize.com"
}
],
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"bonjour": "^3.5.0"
},
"peerDependencies": {
"@iotize/common": "^2.0.0",
"@iotize/tap": "^2.0.0",
"debug": "^4.1.1",
"rxjs": "^6.5.4"
},
"homepage": "http://developer.iotize.com",
"license": "MIT",
"scripts": {
"build": "idtg project build",
"test": "idtg project unit-test",
"lint": "idtg project lint",
"coverage": "idtg project coverage"
},
"devDependencies": {
"@iotize/common": "^2.0.0",
"@iotize/tap": "^2.0.0",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/bonjour": "^3.5.8",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.1",
"@types/node": "^10.17.55",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"debug": "^4.1.1",
"rxjs": "^6.5.4"
}
}