{
  "name": "@loopback/docs",
  "version": "0.7.3",
  "description": "Documentation for LoopBack 4",
  "homepage": "https://github.com/strongloop/loopback-next/tree/master/docs",
  "author": {
    "name": "IBM"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "**/*"
  ],
  "keywords": [
    "LoopBack",
    "docs"
  ],
  "scripts": {
    "build:apidocs": "lb-apidocs --html-file=index.html",
    "clean": "lb-clean loopback-docs*.tgz package api-docs"
  },
  "devDependencies": {
    "@loopback/build": "^0.3.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/strongloop/loopback-next"
  },
  "copyright.owner": "IBM Corp.",
  "license": "MIT"
}
