Skip to content

Commit 0384df0

Browse files
committed
Add composer.json
https://getcomposer.org/
1 parent d146b01 commit 0384df0

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

composer.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "swagger-api/swagger-ui",
3+
"description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
4+
"keywords": [
5+
"Swagger",
6+
"OpenAPI",
7+
"specification",
8+
"documentation",
9+
"API",
10+
"UI"
11+
],
12+
"homepage": "http://swagger.io",
13+
"license": "Apache-2.0",
14+
"authors": [
15+
{
16+
"name": "Tony Tam",
17+
"email": "fehguy@gmail.com"
18+
},
19+
{
20+
"name": "Mohsen Azimi",
21+
"email": "me@azimi.me"
22+
}
23+
],
24+
"extra": {
25+
"branch-alias": {
26+
"dev-master": "2.x-dev"
27+
}
28+
}
29+
}

0 commit comments

Comments
 (0)