{
  "name": "rf-changelog",
  "version": "0.4.0",
  "description": "creates changelogs for git projects",
  "main": "index.js",
  "bin": {
    "changelog": "bin/changelog"
  },
  "scripts": {
    "test": "echo \"no test specified, folk\" && exit 0"
  },
  "author": "Ryan Florence <rpflorence@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "commander": "2.1.0"
  }
}