{
	"name": "time-tracking",
	"description": "Minimalistic command line time tracking.",
	"version": "2.0.0",
	"main": "index.js",
	"files": [
		"index.js",
		"track.js"
	],
	"author": "Jannis R <mail@jannisr.de>",
	"homepage": "https://github.com/derhuerst/time-tracking",
	"repository": "git://github.com/derhuerst/time-tracking.git",
	"bugs": "https://github.com/derhuerst/time-tracking/issues",
	"license": "ISC",
	"preferGlobal": true,
	"engines": {
		"node": ">=8"
	},
	"bin": {
		"track": "./track.js"
	},
	"keywords": [
		"time",
		"tracking",
		"track",
		"tasks",
		"cli",
		"command line",
		"terminal",
		"tool"
	],
	"dependencies": {
		"chalk": "^2.0.0",
		"figures": "^3.0.0",
		"mkdirp-then": "^1.2",
		"ms": "^2.0.0",
		"mz": "^2.7.0",
		"pad-left": "^2.1",
		"pad-right": "^0.2.2",
		"pretty-ms": "^5.0.0",
		"yargs": "^13.1.0"
	},
	"devDependencies": {
		"is-roughly-equal": "^0.1",
		"shortid": "^2.2.8",
		"tap-min": "^2.0.0",
		"tape": "^4.8.0"
	},
	"scripts": {
		"test": "node test.js | tap-min",
		"prepublishOnly": "npm test"
	}
}
