forked from workshopper/learnyounode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 4.33 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "learnyounode",
"version": "4.2.2",
"description": "Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.",
"author": "Rod Vagg <[email protected]> (https://github.com/rvagg)",
"contributors": [
"Rod Vagg <[email protected]> (https://github.com/rvagg)",
"Andrey Sidorov <[email protected]> (https://github.com/sidorares)",
"Julián Duque <[email protected]> (https://github.com/julianduque)",
"Lars-Magnus Skog <[email protected]> (https://github.com/ralphtheninja)",
"Tim Inman <[email protected]> (https://github.com/thehack)",
"Dan Flettre <[email protected]> (https://github.com/Flet)",
"Martin Heidegger <[email protected]> (https://github.com/martinheidegger)",
"Fred Chien <[email protected]> (https://github.com/cfsghost)",
"雨蒼 - Billy <[email protected]> (https://github.com/billy3321)",
"Leigh Zhu <[email protected]> (https://github.com/lisposter)",
"Toshiharu Harada <[email protected]> (https://github.com/haradats)",
"Lucas Fernandes da Costa <[email protected]> (https://github.com/lucasfcosta)",
"Eric Douglas <[email protected]> (https://github.com/ericdouglas)",
"Alejandro Oviedo <[email protected]> (https://github.com/a0viedo)",
"Leonardo Nascimento <[email protected]> (https://github.com/leonardo386)",
"Christophe Porteneuve <[email protected]> (https://github.com/tdd)",
"Brynn Bateman (https://github.com/brynnb)",
"Chris Contolini <[email protected]> (https://github.com/contolini)",
"Jeff Kile <[email protected]> (https://github.com/jeffkile)",
"Joel Kemp <[email protected]> (https://github.com/mrjoelkemp)",
"Jonathan Klein (https://github.com/jklein)",
"Justin Noel (https://github.com/calendee)",
"Oli Evans <[email protected]> (https://github.com/olizilla)",
"atomizer <[email protected]> (https://github.com/atomizer)",
"Yusup Abdullaev <[email protected]> (https://github.com/franza)",
"Nazar Gargol <[email protected]> (https://github.com/gargol)",
"Takashi Fujita (https://github.com/tgfjt)",
"Ryuta Nakashima <[email protected]> (https://github.com/AtuyL)",
"Leigh Zhu <[email protected]> (https://github.com/lisposter)",
"Eric Douglas <[email protected]> (https://github.com/ericdouglas)",
"Do Minh Hai (https://github.com/dominhhai)",
"Phung Van Tu <[email protected]> (https://github.com/minatu2d)",
"Shim (https://github.com/marocchino)",
"Chayoung You <[email protected]> (https://github.com/yous)",
"Korneliusz Caputa <[email protected]> (https://github.com/elkorn)",
"Espen Dalløkken (https://github.com/leftieFriele)",
"Thomas Torp (https://github.com/torsph)",
"Phillip Johnsen (https://github.com/hillipj)",
"Claudio Procida <[email protected]> (https://github.com/claudiopro)",
"Antonio Milesi Bastos <[email protected]> (https://github.com/milesibastos)",
"Sagar (https://github.com/sagar)",
"Andrei Korostelev <[email protected]> (https://github.com/kindkaktus)",
"Trent Oswald <[email protected]> (https://github.com/therebelrobot)",
"Marielle Volz <[email protected]> (https://github.com/mvolz)",
"walhs (https://github.com/walhs)",
"Igor Morozov (https://github.com/gogamwar)",
"Robbie Hickey (https://github.com/hodorswit)"
],
"repository": {
"type": "git",
"url": "https://github.com/workshopper/learnyounode.git"
},
"license": "MIT",
"dependencies": {
"after": "~0.8.2",
"bl": "^4.0.0",
"boganipsum": "~0.2.0",
"colors-tmpl": "^1.0.0",
"combined-stream": "^1.0.8",
"concat-stream": "^2.0.0",
"duplexer": "^0.1.1",
"hyperquest": "^2.1.3",
"rimraf": "^3.0.0",
"through2": "^3.0.1",
"through2-map": "^3.0.0",
"workshopper-adventure": "^6.0.4",
"workshopper-exercise": "^3.0.1",
"workshopper-wrappedexec": "~0.1.3"
},
"devDependencies": {
"standard": "^14.2.0",
"workshopper-adventure-test": "^1.1.2"
},
"scripts": {
"download-node-docs": "./tools/download-node-docs.sh",
"lint": "./node_modules/.bin/standard",
"test": "npm run lint && ./node_modules/.bin/workshopper-adventure-test"
},
"bin": {
"learnyounode": "./bin/learnyounode"
},
"main": "./learnyounode.js",
"preferGlobal": true
}