{
  "name": "portfinder-sync",
  "description": "Find an open port synchronously.",
  "author": "Jarid Margolin <jaridmargolin@gmail.com>",
  "version": "0.0.2",
  "homepage": "https://github.com/jaridmargolin/portfinder-sync",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jaridmargolin/portfinder-sync"
  },
  "bugs": {
    "url": "https://github.com/jaridmargolin/portfinder-sync/issues"
  },
  "main": "lib/index.js",
  "scripts": {
    "test": "standard && mocha --no-timeouts",
    "coverage": "istanbul cover ./node_modules/.bin/_mocha -- --no-timeouts",
    "coveralls": "cat ./coverage/lcov.info | coveralls"
  },
  "dependencies": {
    "minimist": "^1.2.0",
    "portfinder": "^1.0.10"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.15",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0",
    "standard": "^8.6.0"
  }
}
