pom
Version:
Simple node CLI Pomodoro timer
27 lines (26 loc) • 511 B
JSON
{
"name": "pom",
"version": "1.0.3",
"description": "Simple node CLI Pomodoro timer",
"author": "Ettore Delprino <edelprino@gmail.com>",
"keywords": [
"timer",
"countdown",
"pomodoro",
"productivity"
],
"repository": {
"type": "git",
"url": "https://github.com/edelprino/pom"
},
"dependencies": {
"commander": "2.1.0",
"daemonize2": "0.4.2",
"moment": "^2.15.1",
"yamljs": "^0.2.8"
},
"bin": {
"pom": "./bin/pom"
},
"preferGlobal": "true"
}