瀏覽代碼

Add bower.json

Fixes #955
bubble
Mohsen Azimi 9 年之前
父節點
當前提交
32e2eab2c9
共有 1 個文件被更改,包括 26 次插入0 次删除
  1. +26
    -0
      bower.json

+ 26
- 0
bower.json 查看文件

@@ -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"
]
}

Loading…
取消
儲存