{
  "name": "show",
  "version": "0.0.1",
  "description": "serve current directory including bower dependencies",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "show": "./bin/show"
  },
  "repository": "https://github.com/cztomsik/show.git",
  "author": "cztomsik",
  "license": "BSD",
  "dependencies": {
    "lodash": "~1.2.1",
    "express": "~3.2.5",
    "bower": "~0.9.2"
  }
}
