Files
cdnjs/ajax/libs/stomp.js/package.json
T
Jeff Mesnil 41f0ad79c7 add stomp.js 2.3.1
stomp.js is a JavaScript library to send and receive STOMP messages over
Web Sockets and is supported by all major Open Source messaging brokers
(ActiveMQ, RabbitMQ, HornetQ).

Homepage: https://github.com/jmesnil/stomp-websocket
Version downloads: https://github.com/jmesnil/stomp-websocket/releases/tag/2.3.1
2014-02-18 14:41:37 +01:00

28 lines
604 B
JSON

{
"name": "stomp.js",
"filename": "stomp.min.js",
"version": "2.3.1",
"author": "Jeff Mesnil <jmesnil@gmail.com>",
"description": "JavaScript library for STOMP",
"homepage": "http://jmesnil.net/stomp-websocket/doc/",
"license": "Apache-2.0",
"keywords": [
"STOMP",
"Web sockets",
"messaging",
"queue"
],
"maintainers": [
{
"name": "Jeff Mesnil",
"web": "https://github.com/jmesnil/stomp-websocket"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/jmesnil/stomp-websocket"
}
]
}