22 lines
469 B
JSON
22 lines
469 B
JSON
|
{
|
||
|
"name": "grpc-gateway-example-browser",
|
||
|
"description": "Example use of grpc-gateway from browser",
|
||
|
"main": "index.js",
|
||
|
"authors": [
|
||
|
"Yuki Yugui Sonoda <yugui@gengo.com>"
|
||
|
],
|
||
|
"license": "SEE LICENSE IN LICENSE file",
|
||
|
"homepage": "https://github.com/grpc-ecosystem/grpc-gateway",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"swagger-js": "~> 2.1"
|
||
|
},
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
]
|
||
|
}
|