UNPKG

graphene

Version:

Communicate with graphene witness via websocket

33 lines (32 loc) 597 B
{ "name": "graphene", "description": "Communicate with graphene witness via websocket", "version": "0.1.2", "main": "lib/index.js", "author": "spartako", "repository": { "type": "git", "url": "" }, "dependencies": { "minimist": "*", "moment": "*", "async": "*", "yargs" : "*", "underscore": "*", "underscore.string": "*", "ws" : "*" }, "keywords": [ "bitshares", "ws", "client" ], "scripts": { "test": "./node_modules/.bin/mocha --reporter spec" }, "devDependencies": { "expect.js" : "*", "mocha" : "*" } }