{
  "name": "harmony",
  "description": "File upload parsing middleware for Connect",
  "version": "0.0.1",
  "author": {
    "name": "Nicholas Young",
    "email": "nicholas@nicholaswyoung.com"
  },
  "dependencies": {
    "formidable": "1.0.2"
  },
  "main": "lib/harmony.js",
  "engines": {
    "node": ">= 0.4.10"
  },
  "readme": "# Harmony\n\nBecause parsing forms shouldn't be hard.\n\n## Parsing forms, especially uploads, is confusing.\n\nNode.js, and the Connect middleware framework is uncharted territory for most developers. This module makes form parsing easy (by exposing lower-level API's, not manipulating them), and helps keep your form parsing code DRY.\n\nThis module borrows a lot of [TJ Holowaychuk](http://tjholowaychuk.com/)'s [connect-form](http://github.com/visionmedia/connect-form/), but aims to provide a more flexible API, allowing you to easily parse multi-file uploads, and other advanced submissions.\n\n## License\n\nBasically, this is open source software, and you use it at your own risk. Don't run back cryin', if it destroys your computer, burns down your house, or causes relationship problems with your significant other. If you need more detail, read the included LICENSE document.",
  "_id": "harmony@0.0.1",
  "dist": {
    "shasum": "b67ab788ce99f6020f565be8a25fc32cc1aa7cf8"
  },
  "_from": "harmony"
}
