{
  "name": "git-stats-importer",
  "version": "2.4.12",
  "description": "Imports your commits from a repository into git-stats history.",
  "main": "lib/index.js",
  "bin": {
    "git-stats-importer": "./bin/git-stats-importer"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IonicaBizau/git-stats-importer.git"
  },
  "keywords": [
    "git",
    "stats",
    "importer"
  ],
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "contributors": [
    "John Clarke <clarke.johnna+github@gmail.com>",
    "Gnab <as0n@gnab.fr>",
    "Linquize <linquize@yahoo.com.hk>",
    "Iulian Onofrei <iulianonofrei.com@gmail.com>",
    "Alexander https://github.com/CatCookie"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IonicaBizau/git-stats-importer/issues"
  },
  "homepage": "https://github.com/IonicaBizau/git-stats-importer",
  "directories": {
    "example": "example"
  },
  "dependencies": {
    "clp": "^3.0.0",
    "git-repos": "^1.0.0",
    "bug-killer": "^4.0.0",
    "git-stats": "^2.0.0",
    "gitlog-parser": "^0.0.4",
    "gry": "^4.0.0",
    "oargv": "^3.2.0",
    "is-there": "^4.0.0",
    "one-by-one": "^2.0.0",
    "parent-search": "^1.1.0",
    "typpy": "^2.1.0",
    "ul": "^5.0.0"
  },
  "blah": {
    "description": "This tool imports commits into the [`git-stats`](https://github.com/IonicaBizau/git-stats) commit history. If you like to import all your commits from BitBucket and GitHub, check out the [Repository Downloader project](https://github.com/IonicaBizau/repository-downloader)."
  },
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "index.d.ts",
    "package-lock.json",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ]
}