{
    "name" : "timers3000",
    "version" : "0.9.3",
    "author" : { 
        "name" : "Tim Rach",
        "email" : "tim.rach91@gmail.com" 
    },
    "description" : "Provides a graphical interface in your browser to create and manage incremental timers for your daily tasks.",
    "repository": {
        "type": "git",
        "url": "https://github.com/timrach/Timers3000"
    },
    "bugs": {
        "url": "https://github.com/timrach/Timers3000/issues"
    },
    "engines": {
        "node": ">= 0.10.26"
    },
    "keywords" : [
        "timer",
        "timers",
        "timers3000",
        "productivity",
        "timemanagement"
    ],
    "license" : "MIT",
    "preferGlobal" : true,
    "bin" : { 
        "timers3000" : "./bin/timers3000.js" 
    },
    "scripts" : { 
        "start" : "node ./bin/timers3000.js" 
    },
    "dependencies" : {
        "connect"               : "3.0.0",
        "connect-flash"         : "0.1.1", 
        "cookie-parser"         : "1.1.0",
        "express"               : "4.5.0",
        "express-session"       : "1.2.1",
        "jade"                  : "1.3.1",
        "npm-registry-client"   : "1.0.0",
        "npmconf"               : "1.0.1",
        "open"                  : "0.0.5",
        "pantexdb"              : "0.0.2",
        "rancol"                : "0.1.0",
        "serve-favicon"         : "2.0.0",
        "serve-static"          : "1.2.0",
        "sessionstore"          : "0.4.5",
        "socket.io"             : "1.0.2"
    }
}