{
  "name": "browser-workshopper",
  "version": "0.0.11",
  "description": "A browser-based node workshopper framework",
  "main": "index.js",
  "bin": {
    "browser-workshopper": "index.js"
  },
  "scripts": {
    "pack": "rm -rf example/answers; rm -rf node_modules && npm install && npm dedupe && node prepack && find . -type file | grep -v workshop.tar.gz | grep -v .git | tar -cvzf ./workshop.tar.gz -T - && node postpack",
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "NODE_ENV=development node example"
  },
  "author": "Cameron Lakenen <cameron@lakenen.com> (http://lakenen.com)",
  "license": "MIT",
  "dependencies": {
    "apprise": "^1.0.0",
    "autoprefixer": "^3.1.0",
    "beefy": "^2.1.5",
    "brfs": "^1.4.0",
    "browser-menu": "https://github.com/lakenen/browser-menu/tarball/browser-workshopper",
    "browserify": "^9.0.8",
    "center-text": "^0.1.0",
    "chalk": "^0.5.1",
    "duplexer": "^0.1.1",
    "envify": "^3.4.0",
    "extend": "^1.3.0",
    "google-fonts": "0.0.0",
    "highlight.js": "^8.2.0",
    "inject-script": "^1.0.0",
    "inquirer": "^0.8.0",
    "marked": "^0.3.2",
    "memoize-sync": "0.0.2",
    "minimist": "^1.1.1",
    "mkdirp": "^0.5.0",
    "opener": "^1.4.0",
    "readable-stream": "^1.0.33",
    "remove-element": "0.0.0",
    "rework": "^1.0.1",
    "rework-import": "^1.2.1",
    "rework-inline": "^0.2.0",
    "rework-npm": "^1.0.0",
    "rework-plugin-ease": "^1.0.1",
    "script-load": "^0.1.0",
    "sidenote": "^1.0.0",
    "sliced": "0.0.5",
    "slugify": "^0.1.0",
    "sse-stream": "0.0.4",
    "through": "^2.3.6",
    "watchify": "^3.1.1",
    "wordwrap": "0.0.2",
    "xhr": "^1.16.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lakenen/browser-workshopper.git"
  },
  "bugs": {
    "url": "https://github.com/lakenen/browser-workshopper/issues"
  },
  "homepage": "https://github.com/lakenen/browser-workshopper"
}
