{
  "name": "simple-encryptor",
  "version": "2.0.0",
  "description": "Simplified encryption/decryption for node.js",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sehrope/node-simple-encryptor"
  },
  "keywords": [
    "encryptor",
    "crypto",
    "aes",
    "encrypt",
    "decrypt"
  ],
  "author": "Sehrope Sarkuni <sehrope@jackdb.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sehrope/node-simple-encryptor/issues"
  },
  "homepage": "https://github.com/sehrope/node-simple-encryptor",
  "devDependencies": {
    "jshint": "latest",
    "mocha": "^5"
  },
  "dependencies": {
    "scmp": "2.0.0"
  }
}
