1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "digest-header",
- "version": "0.0.1",
- "description": "Digest access authentication header helper",
- "main": "index.js",
- "scripts": {
- "test": "make test-all"
- },
- "config": {
- "cov": {
- "threshold": 100
- }
- },
- "dependencies": {
- "utility": "0.1.11"
- },
- "devDependencies": {
- "autod": "*",
- "contributors": "*",
- "cov": "*",
- "istanbul-harmony": "*",
- "jshint": "*",
- "mocha": "*",
- "should": "3.2.0"
- },
- "homepage": "https://github.com/fengmk2/digest-header",
- "repository": {
- "type": "git",
- "url": "git://github.com/fengmk2/digest-header.git",
- "web": "https://github.com/fengmk2/digest-header"
- },
- "bugs": {
- "url": "https://github.com/fengmk2/digest-header/issues",
- "email": "fengmk2@gmail.com"
- },
- "keywords": [
- "digest", "http-digest", "baseauth",
- "www-authenticate", "authentication",
- "http-authentication",
- "digestauth", "digest-auth", "digest-header"
- ],
- "engines": {
- "node": ">= 0.10.0"
- },
- "author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",
- "license": "MIT"
- }
|