{
  "version": "1.7.0",
  "name": "cookie-encryption",
  "description": "encrypt/decrypt data to store on cookie, with memoization",
  "keywords": [
    "cookie",
    "encryption",
    "authentication"
  ],
  "preferGlobal": false,
  "homepage": "https://github.com/hex7c0/cookie-encryption",
  "author": {
    "name": "hex7c0",
    "email": "hex7c0@gmail.com",
    "url": "https://hex7c0.github.io/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hex7c0/cookie-encryption.git"
  },
  "bugs": {
    "url": "https://github.com/hex7c0/cookie-encryption/issues",
    "email": "hex7c0@gmail.com"
  },
  "main": "index.min.js",
  "dependencies": {
    "arc4": "3.4.0",
    "autokey": "2.4.0"
  },
  "devDependencies": {
    "cookie-parser": "~1.4",
    "express": "~4.16",
    "grunt": "~1.0",
    "grunt-contrib-uglify": "~3.3",
    "grunt-contrib-jshint": "~1.1",
    "grunt-endline": "~0.7",
    "grunt-safer-regex": "~0.1",
    "istanbul": "~0.4",
    "mocha": "~4.1",
    "supertest": "~3.0"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "prepare": "npm prune",
    "prepublishOnly": "grunt",
    "test": "mocha --bail --check-leaks",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly"
  },
  "license": "GPL-3.0"
}
