{
  "name": "stratum",
  "version": "0.2.4",
  "repository": {
    "type": "git",
    "url": "git://github.com/pocesar/node-stratum.git"
  },
  "license": "GPLv2",
  "engines": {
    "node": "0.10.x"
  },
  "bin": {
    "stratum-notify": "./bin/stratum-notify"
  },
  "main": "./lib",
  "directories": {
    "lib": "./lib",
    "bin": "./bin"
  },
  "description": "Stratum protocol server and client for node.js",
  "keywords": [
    "stratum",
    "bitcoin",
    "litecoin",
    "ppcoin",
    "altcoin",
    "json-rpc",
    "json-rpc2",
    "jsonrpc2",
    "jsonrpc",
    "cryptocoin",
    "rpc",
    "daemon",
    "server",
    "protocol",
    "tcp",
    "socket"
  ],
  "dependencies": {
    "es5class": "1.x.x",
    "commander": "*",
    "chalk": "*",
    "json-rpc2": "1.x",
    "debug": "*",
    "toobusy-js": "*",
    "lodash": "3.x",
    "bluebird": "2.x",
    "uuid": "*",
    "eventemitter3": "1.x",
    "better-curry": "*"
  },
  "devDependencies": {
    "mocha": "*",
    "jshint": "*",
    "expect.js": "*",
    "sinon": "*",
    "istanbul": "*",
    "coveralls": "*",
    "mocha-lcov-reporter": "*"
  },
  "scripts": {
    "test": "jshint lib test && mocha",
    "coverage": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha",
    "coveralls": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --report lcovonly && cat ./coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js"
  }
}
