{
  "name": "p2pwire",
  "version": "0.1.24",
  "description": "A distributed and anonymous network running directly in your browser (and nodejs)",
  "author": {
    "name": "Herminio Brustulim",
    "email": "brustulim@gmail.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/brustulim/p2pwire#readme",
  "bugs": {
    "url": "https://github.com/brustulim/p2pwire/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brustulim/p2pwire.git"
  },
  "keywords": ["decentralization", "javascript", "p2p", "p2pwire", "crypto"],
  "main": "index.js",
  "scripts": {
    "test": "standard",
    "build": "browserify --standalone P2PWire . -t | terser --compress --comments false --mangle > p2pwire.min.js",
    "build-debug": "browserify --standalone P2PWire . -t -o p2pwire.debug.js"
  },
  "dependencies": {
    "bittorrent-tracker": "^9.15.0",
    "bs58check": "^2.1.2",
    "lodash": "^4.17.15",
    "re-emitter": "^1.1.4",
    "simple-peer": "^9.7.2",
    "tweetnacl": "^1.0.3"
  },
  "devDependencies": {
    "babel-eslint": "^10.1.0",
    "browserify": "^16.5.1",
    "eslint-plugin-html": "^6.0.2",
    "standard": "*",
    "terser": "^4.7.0"
  },
  "standard": {
    "plugins": ["html"],
    "parser": "babel-eslint"
  }
}
