github.com/grpc-ecosystem/grpc-gateway/v2@v2.19.1/examples/internal/browser/bower.json (about)

     1  {
     2    "name": "grpc-gateway-example-browser",
     3    "description": "Example use of gRPC-Gateway from browser",
     4    "main": "index.js",
     5    "authors": [
     6      "Yuki Yugui Sonoda <yugui@gengo.com>"
     7    ],
     8    "license": "SEE LICENSE IN LICENSE file",
     9    "homepage": "https://github.com/grpc-ecosystem/grpc-gateway",
    10    "private": true,
    11    "dependencies": {
    12      "swagger-js": "~> 2.1"
    13    },
    14    "ignore": [
    15      "**/.*",
    16      "node_modules",
    17      "bower_components",
    18      "test",
    19      "tests"
    20    ]
    21  }