mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-25 21:52:21 +00:00
22 lines
469 B
JSON
Executable File
22 lines
469 B
JSON
Executable File
{
|
|
"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"
|
|
]
|
|
}
|