{
  "name": "expressworks",
  "version": "2.0.4",
  "description": "Express.js workshop based on workshopper and inspired by stream-adventure by @substack and @maxogden.",
  "main": "expressworks.js",
  "author": "Azat Mardanov (@azat_co)",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/azat-co/expressworks"
  },
  "keywords": [
    "express.js",
    "node.js",
    "javascript",
    "nodeschool.io"
  ],
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/azat-co/expressworks/issues"
  },
  "bin": "./expressworks.js",
  "preferGlobal": true,
  "dependencies": {
    "body-parser": "^1.12.0",
    "express": "^4.11.2",
    "jade": "^1.9.2",
    "stylus": "^0.50.0",
    "superagent": "~0.15.7",
    "through2": "^0.6.3",
    "workshopper": "^2.3.1",
    "workshopper-exercise": "^2.3.0"
  }
}
