Comparing version 0.10.3 to 0.10.4
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "0.10.3", | ||
"version": "0.10.4", | ||
"description": "Microsoft Azure Service Bus Service Library for node", | ||
@@ -26,8 +26,3 @@ "tags": [ | ||
"main": "./lib/servicebus.js", | ||
"licenses": [ | ||
{ | ||
"type": "Apache 2.0", | ||
"url": "http://www.apache.org/licenses/LICENSE-2.0" | ||
} | ||
], | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
@@ -34,0 +29,0 @@ "azure-common": "^0.9.14", |
# Microsoft Azure SDK for Node.js - Gallery | ||
This project provides a Node.js package for accessing the Azure ServiceBus service. Right now it supports: | ||
- **Node.js version: 0.6.15 or higher** | ||
This project provides a Node.js package for accessing the Azure ServiceBus service. | ||
@@ -74,3 +73,3 @@ | ||
``` | ||
Thanks to [@noodlefrenzy](https://github.com/noodlefrenzy) for the great example. The original is [here](https://github.com/noodlefrenzy/node-cerulean/blob/master/lib/index.js). | ||
Thanks to [@noodlefrenzy](https://github.com/noodlefrenzy) for the great example. The original is [here](https://github.com/noodlefrenzy/node-cerulean/blob/master/examples/servicebus_send_receive.js). | ||
@@ -77,0 +76,0 @@ ## Related projects |
262893
78