-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 841 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
{
"name": "password-analyzer",
"version": "0.0.3",
"description": "Passwords Analyzer is an API developed to aid in analysis of password lists",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha --report lcovonly"
},
"repository": {
"type": "git",
"url": "https://github.com/T-PWK/node-password-analyzer.git"
},
"contributors": [],
"keywords": [
"password",
"analyzer",
"analysis"
],
"author": {
"name": "Tom Pawlak <[email protected]>",
"url": "https://blog.abelotech.com",
"email": "[email protected]"
},
"homepage": "https://github.com/T-PWK/node-password-analyzer",
"licenses": [
{
"type": "MIT",
"url": "https://blog.abelotech.com/mit-license/"
}
],
"bugs": {
"url": "https://github.com/T-PWK/node-password-analyzer/issues"
}
}