{
  "name": "sflive-calendar",
  "version": "1.0.0",
  "description": "A presentation about Doctrine",
  "main": "index.js",
  "license": "MIT",
  "private": true,
  "dependencies": {
    "reveal-md": "^1.1.3"
  },
  "scripts": {
    "start": "reveal-md index.md --port 8000 --theme=solarized --css hello.css --scripts widgets.js,embed-tweet.js",
    "build": "reveal-md index.md --static _site --theme=solarized --css hello.css --scripts widget.js,embed-tweet.js"
  }
}