{
  "author": "Olav Bjorkoy <olav@bjorkoy.com>",
  "name": "pacman",
  "description": "Pacman is a fast static site generator, built for large sites with many files.",
  "version": "0.15.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/olav/pacman.git"
  },
  "bin": {
    "pacman": "./bin/pacman"
  },
  "main": "./lib/pacman.js",
  "dependencies": {
    "underscore": "1.4.x",
    "commander": "1.1.x",
    "uglify-js": "2.2.x",
    "clean-css": "0.9.x",
    "express": "3.1.x",
    "mime": "1.2.x",
    "shelljs": "0.1.x"
  },
  "devDependencies": {
    "nodeunit": "",
    "jshint": ""
  },
  "scripts": {
    "test": "./test"
  },
  "engines": {
    "node": ">= 0.8.0"
  }
}
