{
  "name": "node-property-encryption",
  "version": "1.0.0",
  "description": "### node-property-encryption.encrypt(toEncrypt, opts)  - toEncrypt `<String>` - string to encrypt  - opts `<Object>`  - optional encrypt options  ```     opts.keyPath     \t- defaults to $home/.ssh/tc     opts.outputEncoding     \t- (encoding of resulting encrypted string)     \t- defaults to base64 ```",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/romanbalayan/node-property-encryption.git"
  },
  "keywords": [],
  "author": "Roman Balayan <roman.balayan@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/romanbalayan/node-property-encryption/issues"
  },
  "homepage": "https://github.com/romanbalayan/node-property-encryption#readme",
  "dependencies": {
    "inquirer": "^7.3.3"
  }
}
