UNPKG

1.23 kBJSONView Raw
1{
2 "name": "htdigest",
3 "description": "Node.js package for HTTP Digest Authentication password file utility.",
4 "version": "2.0.7",
5 "author": "Gevorg Harutyunyan (http://github.com/gevorg)",
6 "maintainers": [
7 {
8 "name": "gevorg",
9 "email": "gevorg.ha@gmail.com"
10 }
11 ],
12 "homepage": "http://github.com/gevorg/htdigest",
13 "repository": {
14 "type": "git",
15 "url": "http://github.com/gevorg/htdigest.git"
16 },
17 "main": "./gensrc/htdigest.js",
18 "bin": {
19 "htdigest": "./bin/htdigest"
20 },
21 "licenses": [
22 {
23 "type": "MIT",
24 "url": "http://github.com/gevorg/htdigest/blob/master/LICENSE"
25 }
26 ],
27 "bugs": {
28 "url": "http://github.com/gevorg/htdigest/issues"
29 },
30 "dependencies": {
31 "commander": "2.0.0",
32 "prompt": "0.2.11"
33 },
34 "devDependencies": {
35 "coffee-script": "1.8.0",
36 "nodeunit": "0.9.0"
37 },
38 "engines": {
39 "node": ">=0.4.1"
40 },
41 "scripts": {
42 "test": "node ./node_modules/nodeunit/bin/nodeunit tests",
43 "prepublish": "rm -rf gensrc && node ./node_modules/coffee-script/bin/coffee --compile -o gensrc src",
44 "pretest": "npm run prepublish"
45 },
46 "keywords": ["node", "htdigest", "http", "server", "digest", "access", "authentication"]
47}