-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 910 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
{
"name": "password-regexp",
"version": "1.0.5",
"description": "A simple tool for easy creating regexp expression for checking password strength",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/red-sight/password-regexp.git"
},
"keywords": [
"regexp",
"password",
"validation",
"nodejs"
],
"author": "Dmitry Malakhov [email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/red-sight/password-regexp/issues"
},
"homepage": "https://github.com/red-sight/password-regexp",
"devDependencies": {
"chai": "*",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^7.2.0"
}
}