{
  "name": "nrepl-client",
  "version": "0.3.0",
  "description": "node client to interact with a Clojure nREPL server.",
  "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": "^2.0.1",
    "tree-kill": "~1.2.1"
  },
  "devDependencies": {
    "async": "~0.9",
    "nodeunit": "~0.8"
  }
}
