{
  "name": "webrtc-chord",
  "version": "1.0.0",
  "description": "Chord DHT Algorithm implementation for the browser using WebRTC and WebSockets ",
  "main": "src/index.js",
  "scripts": {
    "codestyle": "./node_modules/.bin/jscs -p google src/index.js tests/*.js",
    "lint": "./node_modules/.bin/jshint .",
    "test": "node ./node_modules/.bin/lab -r tap tests/*-test.js | ./node_modules/.bin/tap-spec",
    "test-cov": "node ./node_modules/.bin/lab -t 80 tests/*-test.js",
    "test-cov-html": "node ./node_modules/.bin/lab -r html -o coverage.html tests/*-test.js"
  },
  "precommit": [
    "codestyle",
    "lint",
    "test"
  ],
  "keywords": [
    "webrtc",
    "chord",
    "peer",
    "p2p",
    "thesis",
    "cloud",
    "distributed",
    "hashring"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/diasdavid/webrtc-chord"
  },
  "author": "David Dias <daviddias.p@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "big-integer": "^1.3.18",
    "bows": "^1.3.0",
    "eventemitter2": "^0.4.14",
    "git-sha1": "^0.1.2",
    "simple-peer": "^3.6.3",
    "socket.io-client": "^1.1.0",
    "webrtc-chord-uuid": "^1.0.0"
  },
  "devDependencies": {
    "code": "^1.2.1",
    "jscs": "^1.8.1",
    "jshint": "^2.5.6",
    "lab": "^5.0.1",
    "precommit-hook": "^1.0.7",
    "tap-spec": "^1.0.1"
  }
}
