{
  "author": "Paul Vorbach <paul@vorb.de> (http://vorb.de/)",
  "name": "pub",
  "description": "A command line tool for customizable content management",
  "tags": [
    "cli",
    "cms"
  ],
  "version": "0.2.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/pvorb/node-pub.git"
  },
  "bugs": {
    "url": "https://github.com/pvorb/node-pub/issues"
  },
  "main": "./pub.js",
  "bin": {
    "tpl": "./bin/pub"
  },
  "engines": {
    "node": ">=0.6.0"
  },
  "dependencies": {
    "append": ">=0.1.1",
    "confdir": ">=0.0.2",
    "optimist": ">=0.3.0"
  },
  "devDependencies": {},
  "licenses": [
    {
      "type": "MIT",
      "url": "http://vorb.de/license/mit.html"
    }
  ]
}