-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 1.22 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "dumb-passwords",
"version": "0.2.1",
"description": "Guard your users from security problems that start by having dumb passwords",
"main": "index.js",
"scripts": {
"test": "gulp test",
"istanbul": "istanbul cover _mocha -- --recursive",
"lint": "eslint --fix ./lib index.js",
"mocha": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kn9ts/dumb-passwords.git"
},
"keywords": [
"stupid",
"dumb",
"password",
"stupid passwords",
"dumb passwords",
"common",
"common passwords",
"security",
"user",
"user password",
"risks",
"top 10000 worst passwords"
],
"author": "Eugene Mutai <[email protected]> (http://twitter.com/kn9ts)",
"license": "MIT",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/kn9ts/dumb-passwords/issues"
},
"homepage": "https://github.com/kn9ts/dumb-passwords#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.10.2",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"istanbul": "^0.4.3",
"mocha": "^2.5.3",
"run-sequence": "^1.2.1"
}
}