{
  "name": "nodejs-aes256",
  "version": "1.0.1",
  "description": "This is an easy to use AES256 module for nodejs.",
  "main": "nodejs-aes256.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/jaysvoboda/nodejs-aes256.git"
  },
  "keywords": [
    "aes",
    "aes256",
    "encryption",
    "cryptography"
  ],
  "devDependencies": {
    "mocha": "2.3.4",
    "should": "8.0.2"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha"
  },
  "author": "Jay Svoboda <jay@svoboda.co> (http://jay.svoboda.co)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jaysvoboda/nodejs-aes256/issues"
  },
  "homepage": "https://github.com/jaysvoboda/nodejs-aes256"
}
