{
  "name": "www-authenticate",
  "description": "Provides the functionality needed for a client to use HTTP Basic or Digest authentication.  Also provides primitives for parsing WWW-Authenticate and Authentication_Info headers.",
  "version": "0.6.3",
  "homepage": "https://github.com/randymized/www-authenticate",
  "author": {
    "name": "Randy McLaughlin",
    "email": "ot40ddj02@sneakemail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/randymized/www-authenticate.git"
  },
  "bugs": {
    "url": "https://github.com/randymized/www-authenticate/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/randymized/www-authenticate/blob/master/LICENSE-MIT"
    }
  ],
  "main": "./index.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt simplemocha"
  },
  "devDependencies": {
    "mocha": "~1.9.0",
    "should": "~1.2.2",
    "grunt-contrib-jshint": "~0.4.0",
    "grunt-simple-mocha": "git://github.com/yaymukund/grunt-simple-mocha.git",
    "grunt-contrib-watch": "~0.3.1",
    "grunt": "~0.4.1"
  },
  "keywords": [
    "www-authenticate",
    "HTTP",
    "digest",
    "authentication"
  ]
}
