{
  "name": "jg-nrepl-client",
  "version": "0.2.3",
  "description": "Temporary fork of node-nrepl-client waiting for https://github.com/rksm/node-nrepl-client/issues/8",
  "main": "src/nrepl-client.js",
  "scripts": {
    "test": "node_modules/nodeunit/bin/nodeunit tests/tests.js --reporter minimal"
  },
  "keywords": [
    "Clojure",
    "ClojureScript",
    "nREPL",
    "live programming"
  ],
  "author": "Robert Krahn",
  "contributors": ["Stuart Mitchell <stu@stuartmitchell.com>"],
  "license": "MIT",
  "dependencies": {
    "bencode": "~0.7.0",
    "tree-kill": "~0.0.6"
  },
  "devDependencies": {
    "async": "~0.9",
    "nodeunit": "~0.8"
  }
}
