{
  "name": "ssh-config",
  "description": "SSH config parser and stringifier",
  "version": "1.1.6",
  "author": "Chen Yangjian (https://www.cyj.me)",
  "repository": {
    "type": "git",
    "url": "git@github.com:cyjake/ssh-config.git"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "heredoc": "^1.3.1",
    "mocha": "^5.2.0",
    "nyc": "^13.1.0"
  },
  "scripts": {
    "test": "mocha --exit",
    "coveralls": "nyc mocha --exit && nyc report --reporter=text-lcov | coveralls"
  },
  "engine": {
    "node": ">= 6.0.0"
  },
  "license": "MIT"
}
