{
  "name": "p2p-db",
  "description": "an open-ended peer-to-peer database",
  "author": "Stephen Whitmore <sww@eight.net>",
  "version": "2.0.0",
  "repository": {
    "url": "git://github.com/noffle/p2p-db.git"
  },
  "homepage": "https://github.com/noffle/p2p-db",
  "bugs": "https://github.com/noffle/p2p-db/issues",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js",
    "lint": "standard"
  },
  "keywords": [],
  "dependencies": {
    "depj": "^1.0.0"
  },
  "devDependencies": {
    "tape": "~4.6.2",
    "standard": "~10.0.0"
  },
  "license": "ISC"
}
