mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-22 03:06:20 +10:00
38 lines
732 B
JSON
38 lines
732 B
JSON
{
|
|
"name": "stomp.js",
|
|
"filename": "stomp.min.js",
|
|
"version": "2.3.3",
|
|
"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"
|
|
}
|
|
],
|
|
"npmName": "stompjs",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/lib/",
|
|
"files": [
|
|
"stomp.js",
|
|
"stomp.min.js"
|
|
]
|
|
}
|
|
]
|
|
}
|