UNPKG

stomp

Version:

Implementation of the STOMP protocol in node.js

23 lines (22 loc) 668 B
{ "name" : "stomp", "description": "Implementation of the STOMP protocol in node.js", "keywords": [ "STOMP", "messaging", "queue", "protocol" ], "version": "v0.1.1", "homepage": "https://github.com/benjaminws/stomp-js", "author": "Benjamin W. Smith <benjaminws@just-another.net>", "contributors" : [ "rofflwaffls@gmail.com" ], "main" : "lib/stomp", "repository" : { "type" : "git", "url" : "https://benjaminws@github.com/benjaminws/stomp-js.git" }, "directories" : { "lib": "./lib", "examples": "./examples" }, "licenses" : [{ "type" : "BSD", "url" : "https://github.com/benjaminws/stomp-js/raw/master/LICENSE" }] }