{
  "name": "counterparty",
  "description": "Communicate with counterparty-server via JSON-RPC",
  "version": "0.0.2",
  "main": "lib/index.js",
  "keywords": [
    "counterparty",
    "xcp",
    "rpc"
  ],
  "author": "Bill Casarin <bill@casarin.ca> (jb55.com)",
  "contributors": [
    "Sean Lavine <sean@eternalrise.com>",
    "Cryptcoin Junkey <cryptcoin-junkey@gmail.com"
  ],
  "dependencies": {},
  "devDependencies": {
    "clone": "^1.0.2",
    "mocha": "^2.3.3",
    "standard": "^5.3.1"
  },
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/monaco-ex/node-counterparty.git"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "pretest": "standard --verbose",
    "test": "make test"
  },
  "bugs": {
    "url": "https://github.com/monaco-ex/node-counterparty/issues"
  },
  "homepage": "https://github.com/monaco-ex/node-counterparty#readme",
  "directories": {
    "test": "test"
  },
  "license": "Unlicense"
}
