init commit

master
Trevor Gionet 2018-10-10 12:32:14 -04:00
commit b95424439e
1 changed files with 15 additions and 0 deletions

15
package.json 100644
View File

@ -0,0 +1,15 @@
{
"name": "xgraph-adapter",
"version": "0.0.1",
"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"
}