UNPKG

4.19 kBJSONView Raw
1{
2 "name": "learnyounode",
3 "version": "3.5.2",
4 "description": "Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.",
5 "author": "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
6 "contributors": [
7 "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
8 "Andrey Sidorov <sidorares@yandex.ru> (https://github.com/sidorares)",
9 "Julián Duque <julianduquej@gmail.com> (https://github.com/julianduque)",
10 "Lars-Magnus Skog <lars.magnus.skog@gmail.com> (https://github.com/ralphtheninja)",
11 "Tim Inman <tim.inman@gmail.com> (https://github.com/thehack)",
12 "Dan Flettre <fletd01@yahoo.com> (https://github.com/Flet)",
13 "Martin Heidegger <martin.heidegger@gmail.com> (https://github.com/martinheidegger)",
14 "Fred Chien <cfsghost@gmail.com> (https://github.com/cfsghost)",
15 "雨蒼 - Billy <billy3321@gmail.com> (https://github.com/billy3321)",
16 "Leigh Zhu <i@zhuli.me> (https://github.com/lisposter)",
17 "Toshiharu Harada <haradats@gmail.com> (https://github.com/haradats)",
18 "Lucas Fernandes da Costa <fernandesdacostalucas@gmail.com> (https://github.com/lucasfcosta)",
19 "Eric Douglas <eric.douglas.mail@gmail.com> (https://github.com/ericdouglas)",
20 "Alejandro Oviedo <alejandro.oviedo.g@gmail.com> (https://github.com/a0viedo)",
21 "Leonardo Nascimento <leo386386@gmail.com> (https://github.com/leonardo386)",
22 "Christophe Porteneuve <christophe@delicious-insights.com> (https://github.com/tdd)",
23 "Brynn Bateman (https://github.com/brynnb)",
24 "Chris Contolini <chris@contolini.com> (https://github.com/contolini)",
25 "Jeff Kile <hello@jeffkile.com> (https://github.com/jeffkile)",
26 "Joel Kemp <joel@mrjoelkemp.com> (https://github.com/mrjoelkemp)",
27 "Jonathan Klein (https://github.com/jklein)",
28 "Justin Noel (https://github.com/calendee)",
29 "Oli Evans <oli@zilla.org.uk> (https://github.com/olizilla)",
30 "atomizer <danila.gerasimov@gmail.com> (https://github.com/atomizer)",
31 "Yusup Abdullaev <nico.franza@gmail.com> (https://github.com/franza)",
32 "Nazar Gargol <nazargargol@gmail.com> (https://github.com/gargol)",
33 "Takashi Fujita (https://github.com/tgfjt)",
34 "Ryuta Nakashima <atuyl.jp@gmail.com> (https://github.com/AtuyL)",
35 "Leigh Zhu <i@zhuli.me> (https://github.com/lisposter)",
36 "Eric Douglas <eric.douglas.mail@gmail.com> (https://github.com/ericdouglas)",
37 "Do Minh Hai (https://github.com/dominhhai)",
38 "Phung Van Tu <tuphungvan@gmail.com> (https://github.com/minatu2d)",
39 "Shim (https://github.com/marocchino)",
40 "Chayoung You <yous@yous.be> (https://github.com/yous)",
41 "Korneliusz Caputa <helluinster@gmail.com> (https://github.com/elkorn)",
42 "Espen Dalløkken (https://github.com/leftieFriele)",
43 "Thomas Torp (https://github.com/torsph)",
44 "Phillip Johnsen (https://github.com/hillipj)",
45 "Claudio Procida <claudio.procida@gmail.com> (https://github.com/claudiopro)",
46 "Antonio Milesi Bastos <antonio@milesibastos.com> (https://github.com/milesibastos)",
47 "Sagar (https://github.com/sagar)",
48 "Andrei Korostelev <andrei@korostelev.net> (https://github.com/kindkaktus)",
49 "Trent Oswald <trentoswald@therebelrobot.com> (https://github.com/therebelrobot)",
50 "Marielle Volz <marielle.volz@gmail.com> (https://github.com/mvolz)",
51 "walhs (https://github.com/walhs)"
52 ],
53 "repository": {
54 "type": "git",
55 "url": "https://github.com/workshopper/learnyounode.git"
56 },
57 "license": "MIT",
58 "dependencies": {
59 "after": "~0.8.1",
60 "bl": "^1.1.2",
61 "boganipsum": "~0.1.0",
62 "colors-tmpl": "^1.0.0",
63 "combined-stream": "^1.0.5",
64 "concat-stream": "^1.5.1",
65 "duplexer": "^0.1.1",
66 "hyperquest": "^1.3.0",
67 "rimraf": "^2.5.2",
68 "through": "^2.3.8",
69 "through2": "^2.0.1",
70 "through2-map": "^2.0.0",
71 "workshopper-adventure": "^4.6.0",
72 "workshopper-exercise": "^2.7.0",
73 "workshopper-wrappedexec": "~0.1.1"
74 },
75 "devDependencies": {
76 "workshopper-adventure-test": "^1.0.4"
77 },
78 "scripts": {
79 "test": "workshopper-adventure-test"
80 },
81 "bin": {
82 "learnyounode": "./bin/learnyounode"
83 },
84 "main": "./learnyounode.js",
85 "preferGlobal": true
86}