{
  "name": "fawkes",
  "version": "0.2.1",
  "description": "A tool to watch / compile HTML files into handlebars-compiled files.",
  "main": "lib/fawkes.js",
  "scripts": {
    "test": "fawkes watch"
  },
  "repository": {
    "type" : "git",
    "url"  : "https://github.com/prajwalit/fawkes"
  },
  "bin": { "fawkes": "bin/fawkes" },
  "keywords": [
    "handlebars",
    "watcher",
    "compiler",
    "pre-compile",
    "mustache",
    "templates"
  ],
  "author": {
    "name"  : "Prajwalit",
    "email" : "contact@prajwalit.com",
    "url"   : "http://prajwalit.com"
  },
  "license": "MIT BSD",
  "readmeFilename": "README.md",
  "dependencies": {
    "handlebars" : ">=1.0.8",
    "chokidar"   : ">=0.5.3"
  }
}
