{
  "name": "es5-workshop",
  "version": "1.0.0",
  "description": "NodeSchool ES5 Workshop",
  "main": "index.js",
  "bin": {
    "es5-workshop": "index.js"
  },
  "scripts": {
    "test": "node -e \"require('./index')\" && echo 'ok.'"
  },
  "keywords": [
    "nodeschool",
    "workshopper",
    "ES5",
    "tutor"
  ],
  "exercises": {
    "Array - map": "./exercises/array-map",
    "Array - filter": "./exercises/array-filter",
    "Array - every/some": "./exercises/array-every-some",
    "Array - reduce": "./exercises/array-reduce",
    "Array - map with reduce": "./exercises/array-map-with-reduce"
  },
  "author": "Tim Oxley <secoif@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "adventure": "^2.6.0",
    "adventure-verify": "^2.1.2",
    "assertf": "^1.0.0",
    "inquirer": "^0.6.0",
    "lorem-ipsum": "^1.0.1",
    "msee": "^0.1.1",
    "wordwrap": "0.0.2"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/timoxley/es5-workshop.git"
  },
  "bugs": {
    "url": "https://github.com/timoxley/es5-workshop/issues"
  },
  "homepage": "https://github.com/timoxley/es5-workshop"
}
