{
  "name": "git-timesheet",
  "version": "1.0.4",
  "description": "Reads a git repository commits and spits out a timesheet-like report.",
  "main": "index.js",
  "bin": {
    "git-timesheet": "./index.js"
  },
  "scripts": {
    "start": "node index.js",
    "test": "NODE_ENV=test mocha specs/*.js specs/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/0xc14m1z/git-timesheet.git"
  },
  "author": "0xc14m1z <0xc14m1z@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/0xc14m1z/git-timesheet/issues"
  },
  "homepage": "https://github.com/0xc14m1z/git-timesheet#readme",
  "dependencies": {
    "canvas": "^1.6.10",
    "immutability-helper": "^2.6.6",
    "moment": "^2.22.0",
    "pdfmake": "^0.1.36",
    "popipe": "^1.1.0",
    "ramda": "^0.25.0",
    "yargs": "^11.0.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "mocha": "^5.0.5",
    "nyc": "^11.6.0",
    "rewire": "^4.0.0"
  }
}
