{
  "name": "jesusify",
  "version": "0.3.1-0",
  "description": "Takes as input the name of a picture. Outputs that picture with a picture of Jesus Christ and 'Jesus loves you!' overtop of it.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/awzuelsdorf/jesusify"
  },
  "keywords": [
    "jesus",
    "christ",
    "picture",
    "quote",
    "love",
    "loves",
    "bible"
  ],
  "author": "Andrew Zuelsdorf",
  "license": "MIT",
  "dependencies": {
    "jimp": "^0.2.27",
    "mmmagic": "^0.4.5",
    "mocha": "^3.0.2"
  }
}
