UNPKG

iopa-udp

Version:

API-First User Datagram Protocol (UDP) stack for Internet of Things (IoT), based on Internet of Protocols Alliance (IOPA) specification

52 lines (51 loc) 1.21 kB
{ "name": "iopa-udp", "main": "src/udpServer.js", "description": "API-First User Datagram Protocol (UDP) stack for Internet of Things (IoT), based on Internet of Protocols Alliance (IOPA) specification", "author": "iopa <build@iopa.io>", "license": "Apache-2.0", "maintainers": [ { "name": "iopa", "email": "build@iopa.io" } ], "version": "1.3.34", "repository": { "type": "git", "url": "https://github.com/iopa-io/iopa-udp.git" }, "dependencies": { "iopa": "^1.3.0", "iopa-common-stream": "^1.3.0" }, "keywords": [ "limerun", "iopa", "owin", "middleware", "node-iopa", "tcp", "iopa-udp", "demo", "mac", "osx", "promise", "framework" ], "engines": { "node": ">= 4.0" }, "scripts": { "test": "mocha --reporter spec test", "quick": "git add . -A && git commit --allow-empty -m 'dev test' && npm version patch && npm publish", "typings": "tsd reinstall --overwrite --clean --config tools/tsd.json && tsd link" }, "devDependencies": { "bl": "^1.0.0", "bluebird": "^2.10.0", "mocha": "^2.3.2", "mocha-junit-reporter": "^1.6.1", "should": "^7.1.0" } }