26 lines
454 B
JSON
26 lines
454 B
JSON
{
|
|
"name": "swagger-ui",
|
|
"main": "dist/index.html",
|
|
"authors": [
|
|
"Mohsen Azimi <me@azimi.me>"
|
|
],
|
|
"description": "Swagger UI",
|
|
"moduleType": [
|
|
"globals"
|
|
],
|
|
"keywords": [
|
|
"Swagger",
|
|
"API"
|
|
],
|
|
"license": ["Apache-2.0","Copyright 2016 SmartBear Software","./LICENSE"],
|
|
"homepage": "http://swagger.io",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|