{
  "version": "1.0.0",
  "name": "countdown-timer",
  "dependencies": {
    "express": "2.5.9",
    "portscanner": "0.1.2"
  },
  "scripts": {
    "start": "./countdown-timer"
  },
  "description": "Web based countdown timer designed for projection.",
  "keywords": ["countdown", "timer"],
  "authors": [
    "Ryan Eastridge <ryan@eastridge.xxx> (http://eastridge.xxx)"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/beastridge/countdown-timer.git"
  },
  "engines": {
    "node": ">=0.4.7"
  },
  "bin": {
    "countdown-timer": "./countdown-timer"
  }
}