UNPKG

3.78 kBJSONView Raw
1{
2 "name": "learnyounode",
3 "version": "3.4.0",
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 ],
47 "repository": {
48 "type": "git",
49 "url": "https://github.com/workshopper/learnyounode.git"
50 },
51 "license": "MIT",
52 "dependencies": {
53 "after": "~0.8.1",
54 "bl": "~1.0.0",
55 "boganipsum": "~0.1.0",
56 "colors-tmpl": "~1.0.0",
57 "combined-stream": "~1.0.5",
58 "concat-stream": "~1.5.1",
59 "duplexer": "~0.1.1",
60 "hyperquest": "~1.2.0",
61 "rimraf": "~2.5.1",
62 "through": "~2.3.6",
63 "through2": "~2.0.0",
64 "through2-map": "~2.0.0",
65 "workshopper-adventure": "^4.4.5",
66 "workshopper-exercise": "^2.6.0",
67 "workshopper-wrappedexec": "~0.1.1"
68 },
69 "devDependencies": {
70 "workshopper-adventure-test": "~1.0.1"
71 },
72 "scripts": {
73 "test": "workshopper-adventure-test"
74 },
75 "bin": {
76 "learnyounode": "./bin/learnyounode"
77 },
78 "main": "./learnyounode.js",
79 "preferGlobal": true
80}