mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
38 lines
676 B
JSON
38 lines
676 B
JSON
{
|
|
"name": "redoc",
|
|
"description": "Swagger-generated API Reference Documentation",
|
|
"main": "dist/redoc.min.js",
|
|
"authors": [
|
|
"Roman Hotsiy"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Rebilly/ReDoc"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"OpenAPI",
|
|
"OpenAPI Specification",
|
|
"Swagger",
|
|
"JSON-Schema",
|
|
"API",
|
|
"REST",
|
|
"documentation",
|
|
"Angular 2"
|
|
],
|
|
"homepage": "https://github.com/Rebilly/ReDoc",
|
|
"moduleType": ["globals", "amd"],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"tests",
|
|
"lib",
|
|
"demo",
|
|
"build",
|
|
"docs",
|
|
"gulpfile.js",
|
|
"*.conf.js",
|
|
"*.config.js"
|
|
]
|
|
}
|