@loopback/docs
Version:
Documentation for LoopBack 4
37 lines (36 loc) • 792 B
JSON
{
"name": "@loopback/docs",
"version": "0.19.0",
"description": "Documentation for LoopBack 4",
"homepage": "https://github.com/strongloop/loopback-next/tree/master/docs",
"author": {
"name": "IBM"
},
"engines": {
"node": ">=8.9"
},
"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",
"gitHead": "22429289c4c111d7b663e93ae381f5ac860f168c"
}