{
  "name": "chrome-dgram",
  "description": "Use the Node `dgram` API in Chrome Apps",
  "version": "3.0.6",
  "author": {
    "name": "Feross Aboukhadijeh",
    "email": "feross@feross.org",
    "url": "https://feross.org"
  },
  "dependencies": {
    "inherits": "^2.0.4",
    "run-series": "^1.1.9"
  },
  "devDependencies": {
    "browserify": "^17.0.0",
    "envify": "^4.1.0",
    "once": "1.x",
    "portfinder": "^1.0.28",
    "standard": "*",
    "tape": "^5.0.1"
  },
  "homepage": "https://github.com/feross/chrome-dgram",
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/feross/chrome-dgram.git"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/feross"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/feross"
    },
    {
      "type": "consulting",
      "url": "https://feross.org/support"
    }
  ]
}