UNPKG

pmdclock

Version:

CLI clock agent/client for pomodoro

40 lines (39 loc) 912 B
{ "name": "pmdclock", "version": "1.0.0-rc3", "description": "CLI clock agent/client for pomodoro", "keywords": "pomodoro, clock", "main": "bin/pmdclock", "bin": { "pmdclock": "./bin/pmdclock" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/exos/pmdclock.git" }, "bugs": { "url": "https://github.com/exos/pmdclock/issues" }, "author": "Exos <oscar@gentisoft.com>", "license": "WTFPL", "dependencies": { "bluebird": "^3.4.7", "cli-table": "^0.3.1", "commander": "^2.9.0", "daemon": "^1.1.0", "etc": "^1.1.0", "etc-yaml": "^0.0.5", "libnotify": "^1.0.4", "moment": "^2.17.1", "node-ipc": "^8.10.2", "node-storage": "^0.0.7", "uuid": "^3.0.1" }, "engines" : { "node" : "~7.4.0 || ~8", "os" : [ "darwin", "linux" ] } }