forked from workshopper/learnyounode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.31 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.31 KB
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
{
"name": "learnyounode",
"version": "1.0.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 <[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)"
],
"repository": {
"type": "git",
"url": "https://github.com/rvagg/learnyounode.git"
},
"license": "MIT",
"dependencies": {
"workshopper": "^1.0.0-alpha05",
"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.js",
"preferGlobal": true
}