{
  "name": "browserify-aes",
  "version": "0.4.0",
  "description": "aes, for browserify",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node test/index.js|tspec"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/calvinmetcalf/browserify-aes.git"
  },
  "keywords": [
    "aes",
    "crypto",
    "browserify"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/calvinmetcalf/browserify-aes/issues"
  },
  "homepage": "https://github.com/calvinmetcalf/browserify-aes",
  "dependencies": {
    "inherits": "^2.0.1"
  },
  "devDependencies": {
    "tape": "^3.0.0",
    "tap-spec": "^1.0.0"
  }
}
