{
  "name": "decker",
  "description": "Browserifiable Web Presentations",
  "author": "Damon Oehlman <damon.oehlman@gmail.com>",
  "tags": [
    "presentation"
  ],
  "version": "0.2.0",
  "dependencies": {
    "brfs": "^1.4.3",
    "classtweak": "0.1.x",
    "crel": "^3.0.0",
    "feature": "^1.0.1",
    "highlight.js": "^9.8.0",
    "insert-css": "^2.0.0",
    "marked": "^0.3.2"
  },
  "browserify": {
    "transform": [
      "brfs"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DamonOehlman/decker.git"
  },
  "bugs": {
    "url": "https://github.com/DamonOehlman/decker/issues"
  },
  "scripts": {
    "start": "beefy demo.js",
    "gendocs": "gendocs > README.md"
  },
  "homepage": "https://github.com/DamonOehlman/decker",
  "main": "index.js",
  "directories": {
    "example": "examples"
  },
  "keywords": [
    "presenation",
    "web",
    "browserify"
  ],
  "license": "ISC"
}