You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.1 KiB
47 lines
1.1 KiB
{
|
|
"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"
|
|
}
|
|
|