{
  "name": "spectacle-docs-etsfactory",
  "version": "0.8.31",
  "description": "Generate beautiful static API documentation from OpenAPI/Swagger 2.0 specifications (theme by ETS)",
  "preferGlobal": true,
  "bin": {
    "spectacle": "bin/spectacle.js"
  },
  "scripts": {
    "build": "spectacle -F test/fixtures/favicon.ico -l test/fixtures/cheese.png test/fixtures/pm.yaml",
    "test": "node bin/spectacle -F test/fixtures/favicon.ico -l test/fixtures/cheese.png test/fixtures/pm.yaml",
    "develop": "node bin/spectacle -F test/fixtures/favicon.ico -l test/fixtures/cheese.png test/fixtures/pm.yaml -d",
    "start": "spectacle -s"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/etsfactory/spectacle-docs-etsfactory.git"
  },
  "keywords": [
    "openapi",
    "swagger",
    "docs",
    "documentation",
    "builder",
    "generator"
  ],
  "author": "Kam Low <auscaster@gmail.com> (https://sourcey.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sourcey/spectacle/issues"
  },
  "homepage": "https://sourcey.com/spectacle",
  "dependencies": {
    "anchorate": "^1.1.0",
    "bluebird": "^3.4.7",
    "builder": "^3.1.0",
    "builder-docs-archetype": "^4.2.2",
    "cheerio": "^0.19.0",
    "clarify": "^1.0.5",
    "commander": "*",
    "formidable-landers": "^5.1.1",
    "grunt": "^0.4.5",
    "grunt-compile-handlebars": "^2.0.0",
    "grunt-contrib-clean": "^0.7.0",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-connect": "^0.11.2",
    "grunt-contrib-copy": "^0.8.2",
    "grunt-contrib-cssmin": "^0.14.0",
    "grunt-contrib-handlebars": "^0.11.0",
    "grunt-contrib-uglify": "^0.11.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-curl": "^2.2.1",
    "grunt-prettify": "^0.4.0",
    "grunt-sass": "^2.0.0",
    "handlebars": "^4.0.5",
    "highlight.js": "^9.1.0",
    "history": "^1.17.0",
    "lodash": "^4.16.4",
    "markdown-it": "^8.0.0",
    "markdown-it-toc-and-anchor": "^4.1.1",
    "marked": "^0.3.5",
    "normalize.css": "^4.2.0",
    "prismjs": "^1.5.1",
    "radium": "^0.17.1",
    "react": "^15.2.0",
    "react-document-meta": "^2.0.3",
    "react-dom": "^15.2.0",
    "react-ga": "^2.1.1",
    "react-router": "^2.7.0",
    "react-router-scroll": "^0.2.0",
    "scrollmagic": "^2.0.5",
    "spectacle": "FormidableLabs/spectacle",
    "tmp": "0.0.31",
    "trace": "^1.1.0"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "^1.1.0"
  }
}
