{
  "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" : "*"
  }
}
