forked from gevorg/apache-md5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 865 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
{
"name": "apache-md5",
"description": "Node.js module for Apache style password encryption using md5.",
"version": "1.0.1",
"author": "Gevorg Harutyunyan (http://github.com/gevorg)",
"maintainers": [
{
"name": "gevorg",
"email": "[email protected]"
}
],
"homepage": "http://github.com/gevorg/apache-md5",
"repository": {
"type": "git",
"url": "http://github.com/gevorg/apache-md5.git"
},
"main": "./lib/apache-md5.js",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/gevorg/apache-md5/blob/master/LICENSE"
}
],
"bugs": {
"url": "http://github.com/gevorg/apache-md5/issues"
},
"devDependencies": {
"nodeunit": "0.8.1"
},
"engines": {
"node": ">=0.4.1"
},
"scripts": {
"test": "node ./node_modules/nodeunit/bin/nodeunit tests"
},
"keywords": ["node", "apache", "md5", "password", "htpasswd"]
}