{
  "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"
  }
}
