github.com/grpc-ecosystem/grpc-gateway/v2@v2.19.1/examples/internal/browser/package.json (about) 1 { 2 "name": "grpc-gateway-example", 3 "version": "1.0.0", 4 "description": "Example use of gRPC-Gateway from browser", 5 "scripts": { 6 "test": "echo \"Error: no test specified\" && exit 1" 7 }, 8 "author": "", 9 "license": "SEE LICENSE", 10 "devDependencies": { 11 "bower": "^1.7.9", 12 "bower-config": "^0.6.2", 13 "bower-logger": "^0.2.2", 14 "configstore": "^4.0.0", 15 "gulp": "^3.9.1", 16 "gulp-bower": "0.0.13", 17 "gulp-exit": "0.0.2", 18 "gulp-jasmine-browser": "^1.3.2", 19 "gulp-shell": "^0.5.2", 20 "jasmine": "^2.4.1", 21 "mout": "^1.2.4", 22 "phantomjs": "^2.1.7", 23 "swagger-client": "^2.1.28", 24 "webpack-stream": "^3.2.0" 25 }, 26 "dependencies": { 27 "gulp-cli": "^2.3.0" 28 } 29 }