-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
66 lines (66 loc) · 1.54 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "bug-clinic",
"version": "1.1.6",
"description": "Teach yourself how to debug Node apps more better.",
"bin": {
"bug-clinic": "bin/cmd.js"
},
"scripts": {
"test": "tape test/*.js",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/othiym23/bug-clinic"
},
"homepage": "https://github.com/othiym23/bug-clinic",
"keywords": [
"debugging",
"educational",
"guide",
"tutorial",
"workshopper",
"learn"
],
"author": {
"name": "Forrest L Norvell",
"email": "[email protected]",
"url": "http://driftglass.org"
},
"contributors": [
"Ben Acker <[email protected]>",
"max ogden",
"Jacob Groundwater <[email protected]>",
"Trevor Norris <[email protected]>",
"Martin Andrews <[email protected]>"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/othiym23/bug-clinic/issues"
},
"dependencies": {
"adventure": "^2.4.0",
"adventure-verify": "^2.1.1",
"bunyan": "^1.8.1",
"concat-stream": "^1.4.6",
"default-pager": "^1.0.1",
"eslint": "^4.2.0",
"graceful-fs": "^4.1.11",
"jshint": "^2.5.1",
"jstrace": "^0.3.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.0",
"moment": "^2.7.0",
"repl-client": "^0.3.0",
"replify": "^1.2.0",
"replpad": "github:othiym23/replpad",
"request": "^2.36.0",
"resumer": "0.0.0",
"stackup": "^1.0.1",
"terminal-menu": "^2.1.1",
"win-spawn": "^2.0.0"
},
"devDependencies": {
"standard": "^10.0.2"
}
}