{
  "author"        : {"name": "Kevin Malakoff", "url": "https://github.com/kmalakoff"},
  "name"          : "module-bundler",
  "version"       : "0.1.4",
  "main"          : "module-bundler.js",
  "description"   : "ModuleBundler combines javascript files and provides a minimal CommonJS-like loader to access them",
  "keywords"      : ["module-bundler", "require", "bundler", "easy-bake", "easybake", "browser", "client", "test"],

  "url"           : "http://kmalakoff.github.com/module-bundler/",
  "homepage"      : "http://kmalakoff.github.com/module-bundler/",
  "repository": {"type": "git", "url": "http://github.com/kmalakoff/module-bundler.git"},

  "scripts": {
    "test": "bake test -c"
  },
  "dependencies": {
    "coffee-script": "*",
    "commander": "*",
    "underscore": "*",
    "wrench": "*",
    "uglify-js": "*",
    "queue-async": "*"
  },

  "bin": {
    "mbundle":     "./bin/mbundle"
  }
}
