forked from workshopper/learnyounode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1 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
{
"name": "learnyounode",
"version": "0.2.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 <[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)"
],
"repository": {
"type": "git",
"url": "https://github.com/rvagg/learnyounode.git"
},
"license": "MIT",
"dependencies": {
"concat-stream": "~1.0.0",
"duplexer": "~0.1.1",
"through": "~2.3.4",
"boganipsum": "~0.1.0",
"hyperquest": "~0.1.7",
"bl": "~0.4.1",
"through2-map": "~1.1.0",
"workshopper": "~0.3.0"
},
"bin": "./learnyounode.js",
"preferGlobal": true
}