bower.json 493 B

12345678910111213141516171819
  1. {
  2. "name": "protobuf",
  3. "description": "Protocol Buffers for JavaScript. Finally.",
  4. "version": "5.0.3",
  5. "main": "dist/protobuf.js",
  6. "license": "Apache-2.0",
  7. "homepage": "http://dcode.io/",
  8. "dependencies": {
  9. "bytebuffer": "~5"
  10. },
  11. "keywords": ["net", "buffer", "protobuf", "serialization", "bytebuffer", "websocket", "webrtc"],
  12. "ignore": [
  13. "**/.*",
  14. "node_modules",
  15. "bower_components",
  16. "test",
  17. "tests"
  18. ]
  19. }