{
  "name": "find-git-repositories",
  "version": "0.2.2",
  "description": "Finds Git Repos asynchronously",
  "main": "build/Release/findGitRepos.node",
  "scripts": {
    "eslint": "eslint js/src js/spec",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Axosoft/find-git-repositories.git"
  },
  "author": "Axosoft, LLC",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Axosoft/find-git-repositories/issues"
  },
  "files": [
    "cpp",
    "vendor",
    "binding.gyp"
  ],
  "homepage": "https://github.com/Axosoft/find-git-repositories",
  "dependencies": {
    "node-addon-api": "*"
  },
  "devDependencies": {
    "mocha": "^7.0.0",
    "mocha-logger": "^1.0.5",
    "rimraf": "^2.6.0"
  },
  "keywords": [
    "git",
    "find",
    "search",
    "repositories"
  ]
}
