UNPKG

urban-airship-connect

Version:

node client for Airship's Real Time Data Streaming

41 lines (40 loc) 808 B
{ "name": "urban-airship-connect", "version": "2.0.4", "description": "node client for Airship's Real Time Data Streaming", "main": "index.js", "types": "./index.d.ts", "bin": { "ua-connect": "./bin/connect.js" }, "scripts": { "test": "node test/*.js" }, "repository": { "type": "git", "url": "git@github.com:urbanairship/node-connect-client.git" }, "keywords": [ "urban", "airship", "connect", "stream" ], "author": "Airship", "license": "Apache-2.0", "devDependencies": { "@types/through2": "2.0.38", "portfinder": "1.0.13", "tape": "4.2.0" }, "dependencies": { "minimist": "1.2.6", "split2": "1.0.0", "through2": "2.0.0", "xtend": "4.0.0" }, "prettier": { "semi": false, "singleQuote": true } }