-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 997 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 997 Bytes
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
{
"name": "xkcd-pass-plus",
"version": "0.1.2",
"description": "Password generator based on XKCD.",
"repository": {
"type": "git",
"url": "git+https://github.com/Wtower/xkcd-pass-plus.git"
},
"author": "George Karakostas (https://github.com/Wtower)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wtower/xkcd-pass-plus/issues"
},
"homepage": "https://github.com/Wtower/xkcd-pass-plus#README",
"bin": "cli.js",
"scripts": {
"test": "gulp test"
},
"dependencies": {
"argparse": "^1.0.9",
"chalk": "^2.0.1",
"lodash": "^4.17.2",
"random-word": "^2.0.0",
"random-words": "0.0.1"
},
"devDependencies": {
"chai": "^4.0.2",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^4.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^3.0.1",
"gulp-notify": "^3.0.0",
"gulp-nsp": "^2.4.2",
"gulp-plumber": "^1.1.0",
"gulp-util": "^3.0.7"
}
}