redoc/bower.json

38 lines
676 B
JSON
Raw Normal View History

2016-01-06 18:22:17 +03:00
{
"name": "redoc",
"description": "Swagger-generated API Reference Documentation",
2016-01-25 00:15:04 +03:00
"main": "dist/redoc.min.js",
2016-01-06 18:22:17 +03:00
"authors": [
"Roman Hotsiy"
],
"repository": {
"type": "git",
"url": "git://github.com/Rebilly/ReDoc"
},
"license": "MIT",
"keywords": [
2016-02-24 19:25:49 +03:00
"OpenAPI",
"OpenAPI Specification",
2016-01-06 18:22:17 +03:00
"Swagger",
"JSON-Schema",
"API",
2016-02-24 19:25:49 +03:00
"REST",
2016-01-06 18:22:17 +03:00
"documentation",
"Angular 2"
],
"homepage": "https://github.com/Rebilly/ReDoc",
"moduleType": ["globals", "amd"],
"ignore": [
"**/.*",
"node_modules",
"tests",
"lib",
"demo",
2016-02-24 18:18:59 +03:00
"build",
"docs",
"gulpfile.js",
"*.conf.js",
"*.config.js"
2016-01-06 18:22:17 +03:00
]
}