forked from benjaminws/stomp-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 688 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name" : "stomp",
"description": "Implementation of the STOMP protocol in node.js",
"keywords": [ "STOMP", "messaging", "queue", "protocol" ],
"version": "v0.0.8",
"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" : {
"doc": "./doc",
"lib": "./lib",
"examples": "./examples"
},
"licenses" : [{
"type" : "BSD",
"url" : "https://github.com/benjaminws/stomp-js/raw/master/LICENSE"
}]
}