forked from max-mapper/learnyounode-jp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.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
{
"name": "learnyounode-jp",
"version": "1.0.15",
"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)"
],
"repository": {
"type": "git",
"url": "https://github.com/rvagg/learnyounode.git"
},
"license": "MIT",
"dependencies": {
"workshopper": "^1.3.2",
"workshopper-exercise": "^0.2.2",
"workshopper-wrappedexec": "^0.1.1",
"workshopper-boilerplate": "0.0.1",
"concat-stream": "^1.4.1",
"duplexer": "^0.1.1",
"through": "^2.3.4",
"boganipsum": "^0.1.0",
"hyperquest": "^0.2.0",
"bl": "^0.7.0",
"through2-map": "^1.2.1",
"colors-tmpl": "^0.1.0",
"after": "^0.8.1",
"rimraf": "^2.2.6",
"chalk": "^0.4.0",
"through2": "^0.4.1"
},
"bin": {
"learnyounode": "./learnyounode.js"
},
"preferGlobal": true
}