{
  "name": "uuencode",
  "description": "Node.js implementation of the Unix program uuencode.",
  "version": "0.0.4",
  "author": {
    "name": "Zac Barton"
  },
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zacbarton/node-uuencode"
  },
  "devDependencies": {
  	"mocha": "2.1.0",
  	"should": "5.0.1"
  },
  "keywords": [
    "uuencode",
    "uudecode",
    "encode",
    "decode"
  ]
}
