{
  "name": "worklog",
  "version": "0.1.9",
  "main": "index.js",
  "description": "Log your work to a specific file, from the cli.",
  "homepage": "http://github.com/distilledhype/node-worklog",
  "bugs": "http://github.com/distilledhype/node-worklog/issues",
  "author": {
    "name": "Kahlil Lechelt",
    "email": "hello@kahlil.co",
    "url": "http://distilledhype.net"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/distilledhype/node-worklog"
  },
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "keywords": ["worklog", "log", "work"],
  "devDependencies": {
    "grunt-contrib-jshint": "~0.7.0",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt-contrib-watch": "~0.5.0",
    "load-grunt-tasks": "~0.2.0",
    "time-grunt": "~0.2.0",
    "jshint-stylish": "~0.1.3",
    "grunt-bump": "0.0.13"
  },
  "scripts": {
    "test": "grunt"
  },
  "preferGlobal": "true",
  "bin": {
    "worklog": "cli.js"
  },
  "dependencies": {
    "async": "^0.2.10",
    "minimist": "0.0.8",
    "moment": "^2.5.1",
    "chalk": "^0.4.0"
  }
}
