{
  "name": "pomodoro-timer",
  "description": "Free Pomodoro® Technique command line web app timer.",
  "version": "0.0.5",
  "author": "Nick Baugh <niftylettuce@gmail.com>",
  "contributors": [
    {
      "name": "Nick Baugh",
      "email": "niftylettuce@gmail.com"
    },
    {
      "name": "Hrvoje Simic",
      "email": "shime.ferovac@gmail.com"
    }
  ],
  "license": "MIT",
  "keywords": [
    "pomodoro",
    "technique",
    "timer",
    "cli",
    "command",
    "line"
  ],
  "homepage": "https://github.com/niftylettuce/pomodoro-timer",
  "repository": {
    "type": "git",
    "url": "https://github.com/niftylettuce/pomodoro-timer.git"
  },
  "engines": {
    "node": "0.8.x",
    "npm": "1.1.x"
  },
  "bin": {
    "pomodoro": "./bin/pomodoro"
  },
  "dependencies": {
    "after-time": "0.0.1",
    "cli-color": "^0.3.2",
    "commander": "~1.1.1",
    "growl": "~1.6.1",
    "humanize-time": "0.0.1",
    "micro-machine": "^0.5.0",
    "play": "^0.5.0",
    "repeat-time": "0.0.1"
  }
}
