{
  "name": "sazzle",
  "description": "The SASL library with PIZZAZZ!",
  "version": "0.0.8",
  "main": "./index.js",
  "license": "MIT",
  "keywords": [
    "sasl",
    "auth",
    "scram"
  ],
  "homepage": "https://github.com/linuxwolf/sazzle",
  "author": {
    "name": "Matthew A. Miller",
    "email": "linuxwolf@outer-planes.net"
  },
  "contributors": [
    {
      "name": "Gavin Llewellyn",
      "url": "https://github.com/gavllew"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/linuxwolf/sazzle.git"
  },
  "bugs": {
    "url": "https://github.com/linuxwolf/sazzle/issues"
  },
  "engines": {
    "npm": ">=0.10.1"
  },
  "dependencies": {
    "q": "~0.9"
  },
  "devDependencies": {
    "nodeunit": "^0.8.6",
    "istanbul": "^0.2.6",
    "grunt": "^0.4.4",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-nodeunit": "^0.3.3",
    "grunt-jsdoc": "^0.5.4",
    "grunt-shell": "^0.6.4",
    "grunt-github-pages": "0.0.4",
    "grunt-release": "^0.7.0",
    "grunt-bump": "0.0.13"
  },
  "peerDependencies": {
    "grunt-cli": "*"
  }
}
