16 lines
334 B
JSON
16 lines
334 B
JSON
{
|
|
"name": "xgraph-adapter",
|
|
"version": "0.0.2",
|
|
"description": "connect to xGraph server-side systems via web-sockets",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"xgraph",
|
|
"xgmp"
|
|
],
|
|
"author": "Introspective Systems LLC",
|
|
"license": "ISC"
|
|
}
|