{
  "name": "lake",
  "version": "1.0.1",
  "description": "a very oppinionated make-based build tool for complex and modular web applications that run on NodeJS",
  "bin": {
    "lake": "./bin/lake",
    "lake-create-mk": "./bin/lake-create-mk",
    "lake-help": "./bin/lake-help"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/actano/lake.git"
  },
  "contributors": [
    "Bastian Albers (http://github.com/bastianalbers)",
    "Anton Wilhelm <timaschew@gmail.com> (http://github.com/timaschew)",
    "Andreas Rotter (http://github.com/andirotter)",
    "Philipp Thürwächter (http://github.com/pithu)",
    "Jan Bölsche <jan@lagomorph.de> (http://github.com/regular)"
  ],
  "scripts": {
    "build": "./compile.sh",
    "clean": "rm -rf lib",
    "prepublish": "npm run build",
    "postpublish": "npm run clean"
  },
  "readmeFilename": "README.md",
  "dependencies": {
    "coffee-script": "^1.7.1",
    "debug": "~0.7.2",
    "nopt": "~2.1.1"
  }
}
