{
  "name": "workshopper-adventure",
  "version": "3.4.2",
  "description": "A terminal workshop runner framework (adventure compatible)",
  "main": "./index.js",
  "author": {
    "name": "Rod Vagg",
    "email": "rod@vagg.org",
    "url": "https://github.com/rvagg"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rvagg/workshopper.git"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "~0.4.0",
    "colors-tmpl": "~0.1.0",
    "combined-stream": "0.0.7",
    "i18n-core": "^1.3.2",
    "map-async": "~0.1.1",
    "minimist": "^1.1.1",
    "mkdirp": "~0.3.5",
    "msee": "~0.1.1",
    "simple-terminal-menu": "^1.0.0",
    "terminal-menu": "^2.1.1",
    "through": "^2.3.7",
    "visualwidth": "~0.0.1",
    "xtend": "~3.0.0"
  },
  "bugs": {
    "url": "https://github.com/rvagg/workshopper/issues"
  },
  "homepage": "https://github.com/rvagg/workshopper",
  "directories": {
    "example": "examples"
  },
  "devDependencies": {
    "workshopper-exercise": "^1.1.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "gitHead": "53a9412580d366a7489012e3cecad1f48d34a652",
  "readme": "# Workshopper\n\n**A terminal workshop runner framework**\n\n[![NPM](https://nodei.co/npm/workshopper.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/workshopper/) [![NPM](https://nodei.co/npm-dl/workshopper.png?months=3&height=3)](https://nodei.co/npm/workshopper/)\n\n![Learn You The Node.js For Much Win!](https://raw.github.com/rvagg/learnyounode/master/learnyounode.png)\n\n**Workshopper** is used by **[learnyounode](https://github.com/rvagg/learnyounode)**, and other Node.js command-line workshop applications.\n\n*Documentation is being written for the v1 rewrite right now! Ping @rvagg if you need anything. **learnyounode** is now using this new version, for now you can use it to see how this works.\n\nFor now, [@linclark](https://github.com/linclark) has written a good introduction on creating your own workshop, available [here](http://lin-clark.com/blog/2014/07/01/authoring-nodejs-workshopper-lessons/).\n\n## High-level overview\n\nWorkshopper is essentially a *test-runner* with a fancy terminal UI. The Workshopper package itself is largely concerned with the menu system and some of the basic command-line parsing. Much of the work for executing the exercise validation is handled by [workshopper-exercise](http://github.com/rvagg/workshopper-exercise).\n\n\n\n\n### Contributors\n\n<b><code>workshopper</code></b> is proudly brought to you by the following hackers:\n\n* [@rvagg](https://github.com/rvagg)\n* [@substack](https://github.com/substack)\n* [@maxogden](https://github.com/maxogden)\n* [@cjb](https://github.com/cjb)\n* [@wpreul](https://github.com/wpreul)\n* [@davglass](https://github.com/davglass)\n* [@Rowno](https://github.com/Rowno)\n* [@wilmoore](https://github.com/wilmoore)\n* [@evilpacket](https://github.com/evilpacket)\n* [@bobholt](https://github.com/bobholt)\n* [@jessmartin](https://github.com/jessmartin)\n* [@braz](https://github.com/braz)\n* [@timoxley](https://github.com/timoxley)\n* [@dominictarr](https://github.com/dominictarr)\n* [@dominhhai](https://github.com/dominhhai)\n* [@minatu2d](https://github.com/minatu2d)\n\n#### Maintainers\n\n* [@rvagg](https://github.com/rvagg)\n* [@substack](https://github.com/substack)\n* [@maxogden](https://github.com/maxogden)\n* [@cjb](https://github.com/cjb)\n* [@timoxley](https://github.com/timoxley)\n* [@dominictarr](https://github.com/dominictarr)\n* [@braz](https://github.com/braz)\n\n\n## License\n\n**Workshopper** is Copyright (c) 2013-2015 Rod Vagg [@rvagg](https://twitter.com/rvagg) and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.\n\n**Workshopper** builds on the excellent work by [@substack](https://github.com/substack) and [@maxogden](https://github.com/maxogden) who created **[stream-adventure](https://github.com/substack/stream-adventure)** which serves as the original foundation for **Workshopper** and **learnyounode**. Portions of **Workshopper** may also be Copyright (c) 2013 [@substack](https://github.com/substack) and [@maxogden](https://github.com/maxogden) given that it builds on their original code.\n",
  "readmeFilename": "README.md",
  "_id": "workshopper-adventure@3.4.2",
  "_shasum": "d54b02ec2529f1141506b998dea875b870232138",
  "_from": "../../../../var/folders/_b/cqv2wlxd3jgcrwp55q8fkjbx9dkzcb/T/npm-83805-687ffeed/git-cache-b1becfbc5766/53a9412580d366a7489012e3cecad1f48d34a652",
  "_resolved": "git://github.com/martinheidegger/workshopper.git#53a9412580d366a7489012e3cecad1f48d34a652"
}
