{
  "name": "chrome-portfinder",
  "description": "Find an open port on the current machine (for Chrome Apps)",
  "version": "0.3.5",
  "author": {
    "name": "Feross Aboukhadijeh",
    "email": "feross@feross.org",
    "url": "https://feross.org"
  },
  "browser": {
    "net": "./chrome-net/index.js"
  },
  "bugs": {
    "url": "https://github.com/feross/chrome-portfinder/issues"
  },
  "dependencies": {
    "chrome-net": "^3.3.4"
  },
  "devDependencies": {
    "async": "^3.2.0",
    "browserify": "^17.0.0",
    "envify": "^4.1.0",
    "once": "^1.4.0",
    "portfinder": "^1.0.28",
    "standard": "*",
    "tape": "^5.0.1"
  },
  "keywords": [
    "port",
    "ports",
    "portfinder",
    "find open port",
    "open ports",
    "tcp",
    "http"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/feross/chrome-portfinder.git"
  },
  "scripts": {
    "test": "standard",
    "test-browser": "tape test/*.js"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/feross"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/feross"
    },
    {
      "type": "consulting",
      "url": "https://feross.org/support"
    }
  ]
}
