{
  "name": "random-image-generator",
  "version": "1.0.2",
  "description": "Generates random JPEG images",
  "main": "index.js",
  "bin": {
    "random-image-generator": "bin/random-image-generator.js"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "jpeg": "^2.0.0",
    "yargs": "^1.3.3"
  },
  "devDependencies": {
    "mocha": "^2.0.1",
    "async": "^0.9.0"
  },
  "scripts": {
    "test": "mocha",
    "release-patch": "npm version patch && git push origin master && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/davidpadbury/random-image-generator"
  },
  "keywords": [
    "random",
    "image"
  ],
  "author": "David Padbury <david@davidpadbury.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/davidpadbury/random-image-generator/issues"
  },
  "homepage": "https://github.com/davidpadbury/random-image-generator"
}
