{
  "name": "sockaddr",
  "version": "1.0.1",
  "description": "Parse a string into a socket address (valid to pass to net.Socket)",
  "main": "index.js",
  "repository": "https://github.com/gcampax/node-sockaddr",
  "author": "Giovanni Campagna <gcampagn@cs.stanford.edu>",
  "license": "BSD-3-Clause",
  "devDependencies": {
    "coveralls": "^3.0.0",
    "eslint": "^5.3.0",
    "nyc": "^12.0.2"
  },
  "scripts": {
    "lint": "eslint ./index.js",
    "test": "nyc node ./test",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  }
}
