@oroinc/autobahnjs
Version:
AutobahnJS is a JavaScript client library that implements The WebSocket Application Messaging Protocol (WAMP)
24 lines (23 loc) • 643 B
JSON
{
"name": "@oroinc/autobahnjs",
"version": "0.8.0",
"description": "AutobahnJS is a JavaScript client library that implements The WebSocket Application Messaging Protocol (WAMP)",
"main": "autobahn/autobahn.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crossbario/autobahn-js.git"
},
"keywords": [
"autobahn",
"wamp"
],
"author": "crossbario",
"license": "MIT",
"bugs": {
"url": "https://github.com/crossbario/autobahn-js/issues"
},
"homepage": "https://github.com/crossbario/autobahn-js#readme"
}