Browse Source

Add bower.json

Fixes #955
bubble
Mohsen Azimi 9 years ago
parent
commit
32e2eab2c9
1 changed files with 26 additions and 0 deletions
  1. +26
    -0
      bower.json

+ 26
- 0
bower.json View File

@@ -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…
Cancel
Save