forked from workshopper/learnyounode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 2.13 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
{
"name": "learnyounode",
"version": "2.5.1",
"description": "Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.",
"author": "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
"contributors": [
"Rod Vagg <r@va.gg> (https://github.com/rvagg)",
"Andrey Sidorov <sidorares@yandex.ru> (https://github.com/sidorares)",
"Julián Duque <julianduquej@gmail.com> (https://github.com/julianduque)",
"Lars-Magnus Skog <lars.magnus.skog@gmail.com> (https://github.com/ralphtheninja)",
"Tim Inman <tim.inman@gmail.com> (https://github.com/thehack)",
"Dan Flettre <fletd01@yahoo.com> (https://github.com/Flet)",
"Martin Heidegger <martin.heidegger@gmail.com> (https://github.com/martinheidegger)",
"Fred Chien <cfsghost@gmail.com> (https://github.com/cfsghost)",
"雨蒼(Billy) <billy3321@gmail.com> (https://github.com/billy3321)",
"Leigh Zhu <i@zhuli.me> (https://github.com/lisposter)",
"Toshiharu Harada <haradats@gmail.com> (https://github.com/haradats)",
"Lucas Fernandes da Costa <fernandesdacostalucas@gmail.com> (https://github.com/lucasfcosta)",
"Eric Douglas <eric.douglas.mail@gmail.com> (https://github.com/ericdouglas)",
"Alejandro Oviedo <alejandro.oviedo.g@gmail.com> (https://github.com/a0viedo)",
"Leonardo Nascimento <leo386386@gmail.com> (https://github.com/leonardo386)",
"Christophe Porteneuve <christophe@delicious-insights.com> (https://www.js-attitude.fr/node-js/)"
],
"repository": {
"type": "git",
"url": "https://github.com/rvagg/learnyounode.git"
},
"license": "MIT",
"dependencies": {
"after": "~0.8.1",
"bl": "~0.9.4",
"boganipsum": "~0.1.0",
"chalk": "~0.5.1",
"colors-tmpl": "~1.0.0",
"combined-stream": "~0.0.7",
"concat-stream": "~1.4.7",
"duplexer": "~0.1.1",
"hyperquest": "~1.0.1",
"rimraf": "~2.2.8",
"through": "~2.3.6",
"through2": "~0.6.3",
"through2-map": "~1.4.0",
"workshopper": "~2.4.0",
"workshopper-exercise": "~2.3.0",
"workshopper-wrappedexec": "~0.1.1"
},
"bin": {
"learnyounode": "./learnyounode.js"
},
"preferGlobal": true
}