{
  "name": "punch",
  "description": "A fun and easy way to build modern websites",
  "keywords": [
    "static site",
    "framework",
    "web publishing",
    "generator",
    "minfier",
    "server",
    "mustache",
    "json",
    "markdown"
  ],
  "version": "0.5.46",
  "homepage": "https://github.com/laktek/punch",
  "author": "Lakshan Perera <lakshan@web2media.net> (http://laktek.com)",
  "licenses": "MIT",
  "bugs": {
    "url": "http://github.com/laktek/punch/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/laktek/punch.git"
  },
  "main": "./lib/index.js",
  "bin": "bin/punch",
  "dependencies": {
    "coffee-script": ">= 1.5.0",
    "connect": "~ 2.21.0",
    "cssmin": ">= 0.4.1",
    "fresh": ">= 0.1.0",
    "fstream": ">= 0.1.18",
    "http-accept": ">= 0.1.1-3",
    "knox": ">= 0.8.0",
    "less": ">= 1.4.1",
    "marked": ">= 0.2.5",
    "mime": ">= 1.2.5",
    "mustache": "0.7.3",
    "uglify-js": ">= 2.2.3",
    "underscore": ">= 1.4.2"
  },
  "devDependencies": {
    "jasmine-node": ">= 1.0.26",
    "jshint": ">= 0.9.1"
  },
  "scripts": {
    "test": "jasmine-node spec",
    "prepublish": "sh misc/prepublish.sh"
  },
  "preferGlobal": true
}
