UNPKG

bell-timer

Version:

Command line pomodoro like timer with bell sound

32 lines (31 loc) 600 B
{ "name": "bell-timer", "version": "1.0.30", "description": "Command line pomodoro like timer with bell sound", "main": "timer.js", "repository": { "type": "git", "url": "https://github.com/Alex-Volkov/command-line-timer" }, "keywords": [ "timer", "console", "pomodoro", "bell" ], "scripts": { "test": "mocha" }, "author": "pauca-verba", "license": "ISC", "bin": { "timer": "./timer.js" }, "dependencies": { "debug": "^2.2.0", "moment": "^2.17.0", "play-sound": "^1.1.1", "sqlite": "^2.2.4", "sqlite3": "^3.1.8" } }