xgraph-adapter/package.json

19 lines
380 B
JSON
Raw Normal View History

2018-10-10 12:32:14 -04:00
{
"name": "xgraph-adapter",
2018-10-10 13:03:20 -04:00
"version": "0.0.3",
2018-10-10 12:32:14 -04:00
"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",
2018-10-29 11:07:34 -04:00
"license": "ISC",
"dependencies": {
"xgmp": "^1.2.0"
}
2018-10-10 12:32:14 -04:00
}