commit b95424439e96769a59c693ccabd1984fe3d4f135 Author: Trevor Gionet Date: Wed Oct 10 12:32:14 2018 -0400 init commit diff --git a/package.json b/package.json new file mode 100644 index 0000000..c08cbe1 --- /dev/null +++ b/package.json @@ -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" +}