{
  "author": "Jimmy Cuadra <jimmy@jimmycuadra.com> (http://jimmycuadra.com/)",
  "name": "bang",
  "description": "Text snippets on the command line.",
  "version": "1.0.4",
  "homepage": "https://github.com/jimmycuadra/bang",
  "repository": {
    "type": "git",
    "url": "git://github.com/jimmycuadra/bang.git"
  },
  "main": "./lib/bang",
  "bin": {
    "bang": "./bin/bang"
  },
  "scripts": {
    "test": "cake spec"
  },
  "dependencies": {
    "commander": "~1.1.1"
  },
  "devDependencies": {
    "jasmine-node": "~1.4.0",
    "nodewatch": "~0.1.0",
    "coffee-script": "~1.6.1",
    "docco": "~0.6.1"
  }
}
