{
  "name": "encode-encrypt-hash-file-cli",
  "version": "0.0.2",
  "description": "A simple wrapper of the crypto node library to provide a simple cli for encoding, encrypting and hashing files.",
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {},
  "scripts": {
    "start": "node index",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nickmeldrum/encode-encrypt-hash-file-cli.git"
  },
  "keywords": [
    "node",
    "file",
    "convert",
    "encode",
    "encrypt",
    "hash"
  ],
  "author": "Nick Meldrum <nick@nickmeldrum.com> (http://nickmeldrum.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nickmeldrum/encode-encrypt-hash-file-cli/issues"
  },
  "homepage": "https://github.com/nickmeldrum/encode-encrypt-hash-file-cli#readme"
}
