eventhubs-js
Version:
Easy to use client for Azure event hubs
31 lines (30 loc) • 707 B
JSON
{
"name": "eventhubs-js",
"version": "1.1.3",
"description": "Easy to use client for Azure event hubs",
"main": "client.js",
"repository": {
"type": "git",
"url": "https://github.com/ytechie/eventhubs-js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jason Young <jason@ytechie.com>",
"license": "Apache2",
"keywords": [
"event",
"hubs",
"azure",
"service",
"bus",
"mqtt"
],
"dependencies": {
"moment": "^2.8.4",
"q": "^1.1.2"
},
"devDependencies": {
"easy-config": "^0.4.3"
}
}