{
  "name": "safe-encrypt",
  "version": "1.0.13",
  "description": "Awesome AES 256 GCM encryption utility",
  "preferGlobal": true,
  "bin": {
    "safe": "bin/safe.js",
    "safe-encrypt": "bin/encrypt.js",
    "safe-decrypt": "bin/decrypt.js",
    "safe-list": "bin/list.js"
  },
  "main": "lib/index.js",
  "dependencies": {
    "bson": "^1.0.4",
    "chalk": "^1.1.3",
    "clui": "^0.3.1",
    "commander": "^2.9.0",
    "mkdirp": "^0.5.1"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/synapse/Safe.git"
  },
  "keywords": [
    "safe",
    "encryption",
    "decryption",
    "aes",
    "gcm",
    "secure"
  ],
  "author": "Cristian Barlutiu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/synapse/Safe/issues"
  },
  "homepage": "https://github.com/synapse/Safe#readme",
  "engines": {
    "node": ">=5.10.0"
  }
}
