forked from zeromq/JSMQ
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJSMQ.nuspec
More file actions
19 lines (18 loc) · 796 Bytes
/
Copy pathJSMQ.nuspec
File metadata and controls
19 lines (18 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>JSMQ</id>
<version>0.3-Beta</version>
<title>JSMQ</title>
<authors>somdoron</authors>
<owners>somdoron</owners>
<projectUrl>https://github.com/somdoron/JSMQ</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Javascript client for NetMQ/ZeroMQ over WebSocket.
Please note ZeroMQ/NetMQ don't support WebSockets yet, but you can download NetMQ.WebSockets from nuget as an extesnion to NetMQ.</description>
<tags>WebSockets ZeroMQ NetMQ</tags>
</metadata>
<files>
<file src="JSMQ.js" target="content\Scripts\JSMQ.js" />
</files>
</package>