xgraph-adapter/package.json

16 lines
334 B
JSON
Raw Normal View History

2018-10-10 12:32:14 -04:00
{
"name": "xgraph-adapter",
2018-10-10 12:48:36 -04:00
"version": "0.0.2",
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",
"license": "ISC"
}