{
  "name": "test-listen",
  "version": "1.1.0",
  "description": "Produce URLs to test HTTP servers with ephemeral ports",
  "main": "./index",
  "license": "MIT",
  "repository": "zeit/test-listen",
  "greenkeeper": {
    "emails": false
  },
  "devDependencies": {
    "ava": "0.16.0",
    "husky": "^0.13.1",
    "request": "^2.79.0",
    "request-promise": "4.1.1",
    "xo": "^0.17.0"
  },
  "scripts": {
    "precommit": "npm run test",
    "test": "xo && ava"
  },
  "xo": {
    "esnext": true,
    "space": true,
    "semicolon": false
  }
}
