UNPKG

learnyounode

Version:

Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.

46 lines (45 loc) 1.65 kB
{ "name": "learnyounode", "version": "2.0.0", "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)" ], "repository": { "type": "git", "url": "https://github.com/cfsghost/learnyounode.git#tanslation-zh-tw" }, "license": "MIT", "dependencies": { "after": "~0.8.1", "bl": "~0.7.0", "boganipsum": "~0.1.0", "chalk": "~0.4.0", "colors-tmpl": "~0.1.0", "combined-stream": "~0.0.7", "concat-stream": "~1.4.1", "duplexer": "~0.1.1", "hyperquest": "~0.2.0", "rimraf": "~2.2.6", "through": "~2.3.4", "through2": "~0.4.1", "through2-map": "~1.2.1", "workshopper": "~2.0.0", "workshopper-boilerplate": "~0.0.1", "workshopper-exercise": "~2.0.0", "workshopper-wrappedexec": "~0.1.1" }, "bin": { "learnyounode": "./learnyounode.js" }, "preferGlobal": true }