UNPKG

iopa-tcp

Version:

API-First Transport Control Protocol (TCP) stack for Internet of Things (IoT), based on Internet of Protocols Alliance (IOPA) specification

47 lines (46 loc) 1.14 kB
{ "name": "iopa-tcp", "main": "index.js", "description": "API-First Transport Control Protocol (TCP) stack for Internet of Things (IoT), based on Internet of Protocols Alliance (IOPA) specification", "author": "iopa <build@iopa.io>", "license": "Apache-2.0", "version": "1.4.3", "repository": { "type": "git", "url": "https://github.com/iopa-io/iopa-tcp.git" }, "dependencies": { "iopa": "^1.4.0", "iopa-rest": "^1.4.0", "iopa-common-stream": "^1.3.0" }, "keywords": [ "limerun", "iopa", "owin", "middleware", "node-iopa", "tcp", "iopa-tcp", "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" } }