{
	"name": "litetimer",
	"version": "1.0.2",
	"description": "Simple command-line timer",
	"author": "Felipe Vargas <felipe@fvgs.ai> (fvgs.ai)",
	"repository": "fvgs/litetimer",
	"homepage": "https://github.com/fvgs/litetimer#readme",
	"bugs": "https://github.com/fvgs/litetimer/issues",
	"license": "MIT",
	"bin": {
		"t": "./bin/t"
	},
	"keywords": [
		"lite",
		"timer",
		"time",
		"countdown",
		"tick",
		"beep",
		"simple",
		"command-line",
		"commandline",
		"command",
		"line",
		"pomodoro"
	],
	"dependencies": {
		"calligraphy": "^0.1.1",
		"cli-cursor": "^2.1.0",
		"commander": "^2.12.2",
		"hms-parse": "^1.0.0",
		"lodash": "^4.17.4",
		"play-sound": "^1.1.2",
		"timercore": "^1.0.2"
	}
}
