{
  "name": "g-crypt",
  "version": "1.1.0",
  "description": "JS crypt and decrypt with crypto-js",
  "authors": [
    "Gonzalo Ayuso"
  ],
  "license": "MIT",
  "keywords": [
    "crypt",
    "crypto-js"
  ],
  "homepage": "https://github.com/gonzalo123/crypt",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "www/assets",
    "test",
    "tests"
  ],
  "main": [
    "./lib/Crypt.js"
  ],
  "dependencies": {
    "cryptojslib": "^3.1.2"
  }
}
