forked from gevorg/http-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 914 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "http-auth",
"description": "Node.js package for HTTP basic and digest access authentication.",
"version": "1.2.2",
"author": "Gevorg Harutyunyan (http://github.com/gevorg)",
"maintainers": [
{
"name": "gevorg",
"email": "gevorg.ha@gmail.com"
}
],
"homepage": "http://github.com/gevorg/http-auth",
"repository": {
"type": "git",
"url": "http://github.com/gevorg/http-auth.git"
},
"main": "./lib/http-auth.js",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/gevorg/http-auth/blob/master/LICENSE"
}
],
"bugs": {
"url": "http://github.com/gevorg/http-auth/issues"
},
"dependencies": {
"node-uuid": "1.2.0",
"htpasswd": "1.1.0",
"htdigest": "1.0.7"
},
"devDependencies": {
"nodeunit": "0.7.4",
"nodemock": "0.2.17"
},
"engines": {
"node": ">=0.4.1"
},
"keywords": ["node", "http", "server", "basic", "digest", "access", "authentication"]
}