{
  "name": "npm-tutor",
  "version": "0.0.16",
  "description": "npm-tutor",
  "bin": {
    "npm-tutor": "bin/npm-tutor.js"
  },
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js",
    "start": "node bin/npm-workshop.js",
    "prestart": "npm run prepublish",
    "pretest": "npm run prepublish",
    "preupdate": "npm prune",
    "prepublish": "npm install ./lib/workshop-assertion-message"
  },
  "author": "Tim Oxley <secoif@gmail.com>",
  "license": "MIT",
  "exercises": {
    "Ready Up": "chapters/npm-workshop-ready-up",
    "Making Packages": "chapters/npm-workshop-making-packages-init",
    "Installing Packages": "chapters/npm-workshop-installation",
    "Semver Quiz": "chapters/npm-workshop-semver",
    "Inspecting node_modules": "chapters/npm-workshop-inspect",
    "Understanding the Install Algorithm": "chapters/npm-workshop-prune"
  },
  "dependencies": {
    "adventure": "^2.6.0",
    "afterfn": "^2.0.0",
    "ansi": "^0.3.0",
    "assertf": "^1.0.0",
    "beforefn": "^2.2.0",
    "bl": "^0.8.2",
    "chalk": "^0.4.0",
    "cpr": "^0.3.0",
    "inquirer": "^0.6.0",
    "mkdirp": "^0.5.0",
    "msee": "^0.1.1",
    "npm-run": "^1.0.2",
    "once": "^1.3.0",
    "quick-tmp": "0.0.0",
    "rimraf": "^2.2.8",
    "semver": "^2.3.1",
    "shelljs": "^0.3.0",
    "split2": "^0.1.2",
    "terminal-menu": "^0.3.2",
    "through2": "^0.5.1",
    "wordwrap": "0.0.2",
    "workshop-assertion-message": "*",
    "xtend": "^3.0.0"
  },
  "devDependencies": {
    "rimraf": "^2.2.8",
    "tape": "^2.13.3"
  },
  "bundleDependencies": [
    "workshop-assertion-message"
  ],
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/timoxley/npm-workshop.git"
  },
  "bugs": {
    "url": "https://github.com/timoxley/npm-workshop/issues"
  },
  "homepage": "https://github.com/timoxley/npm-workshop"
}
