{
  "name": "mailparser",
  "description": "Asynchronous and non-blocking parser for mime encoded e-mail messages",
  "version": "0.6.2",
  "author": "Andris Reinman",
  "maintainers": [{
    "name": "andris",
    "email": "andris@node.ee"
  }],
  "repository": {
    "type": "git",
    "url": "http://github.com/andris9/mailparser.git"
  },
  "scripts": {
    "test": "nodeunit test/"
  },
  "main": "./lib/mailparser",
  "license": "MIT",
  "dependencies": {
    "mimelib": "^0.3.0",
    "encoding": "^0.1.12",
    "mime": "^1.3.4",
    "uue": "^3.1.0"
  },
  "devDependencies": {
    "nodeunit": "^0.10.2"
  },
  "keywords": [
    "e-mail",
    "mime",
    "parser"
  ]
}
