{
  "name": "broccoli-pages",
  "version": "0.2.1",
  "description": "Build HTML pages from Markdown and HTML fragments",
  "main": "./lib/index.js",
  "scripts": {
    "test": "./node_modules/tap/bin/tap.js ./tests"
  },
  "tags": [
    "broccoli-plugin",
    "markdown",
    "handlebars"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "marked": "~0.3.2",
    "broccoli": "^0.12.3",
    "broccoli-filter": "~0.1.6",
    "js-yaml": "~3.0.2",
    "rsvp": "~3.0.6",
    "handlebars": "~1.3.0",
    "lodash": "~2.4.1"
  },
  "devDependencies": {
    "tap": "^0.4.9",
    "fixturify": "^0.1.1"
  }
}
