{
  "name": "cxx-html-doc-framework",
  "description": "A set of custom HTML elements to make writing well-formatted C++ papers and ISO documents easier.",
  "main": "framework.html",
  "homepage": "https://github.com/cplusplus/html-doc-framework",
  "ignore": [
    "**/.*",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "polymer": "Polymer/polymer#0.5.2",
    "core-ajax": "Polymer/core-ajax#0.5.2"
  }
}
