{
  "name": "a858decrypt",
  "version": "0.0.3",
  "description": "A library and CLI program designed to test keys and encryption methods against posts made by A858",
  "main": "main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "decrypt",
    "a858",
    "reddit",
    "posts"
  ],
  "author": "Tom Caserta <tom@caserta.co.uk> (http://tom.caserta.co.uk/)",
  "license": "MIT",
  "bin": {
    "massdecrypt": "./cli/decrypt.js"
  },
  "bugs": {
    "url": "https://github.com/TomCaserta/A858Decrypter/issues"
  },
  "dependencies": {
    "command-line-args": "^1.0.0",
    "csv-parser": "^1.7.0",
    "progress": "^1.1.8",
    "promise": "^7.0.4",
    "single-line-log": "^1.0.0"
  },
  "directories": {
    "test": "tests"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TomCaserta/A858Decrypter.git"
  },
  "homepage": "https://github.com/TomCaserta/A858Decrypter#readme"
}
