Procházet zdrojové kódy

Add bower.json

Fixes #955
bubble
Mohsen Azimi před 9 roky
rodič
revize
32e2eab2c9
1 změnil soubory, kde provedl 26 přidání a 0 odebrání
  1. +26
    -0
      bower.json

+ 26
- 0
bower.json Zobrazit soubor

@@ -0,0 +1,26 @@
{
"name": "swagger-ui",
"main": "dist/index.html",
"version": "2.1.8-M1",
"authors": [
"Mohsen Azimi <me@azimi.me>"
],
"description": "Swagger UI",
"moduleType": [
"globals"
],
"keywords": [
"Swagger",
"API"
],
"license": "Copyright 2015 Reverb Technologies, Inc.",
"homepage": "http://swagger.io",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

Načítá se…
Zrušit
Uložit