-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 981 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": "@openaddresses/complexity",
"version": "1.0.0",
"description": "Password complexity tests",
"main": "index.js",
"scripts": {
"doc": "documentation build index.js -f html -o docs && documentation lint index.js",
"lint": "eslint index.js test/**.js",
"lint-doc": "documentation lint index.js",
"test": "tape test/**.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openaddresses/complexity.git"
},
"keywords": [
"password",
"complexity"
],
"author": "Nick Ingalls",
"license": "BSD",
"bugs": {
"url": "https://github.com/openaddresses/complexity/issues"
},
"homepage": "https://github.com/openaddresses/complexity#readme",
"devDependencies": {
"documentation": "^13.2.5",
"eslint": "^8.1.0",
"eslint-plugin-node": "^11.1.0",
"tape": "^5.2.2"
},
"dependencies": {
}
}