2018-10-10 12:32:14 -04:00
|
|
|
{
|
|
|
|
|
"name": "xgraph-adapter",
|
2018-10-19 20:20:41 -04:00
|
|
|
"version": "0.1.0",
|
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-19 20:17:48 -04:00
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"xgmp": "^1.2.0"
|
2018-10-19 20:23:25 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"express": "4.16.4"
|
2018-10-19 20:17:48 -04:00
|
|
|
}
|
2018-10-10 12:32:14 -04:00
|
|
|
}
|