bower.json 938 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "js-message",
  3. "description": "normalized JS Object and JSON message and event protocol for node.js, vanialla js, react.js, components, actions, stores and dispatchers",
  4. "main": "Message.js",
  5. "authors": [
  6. "Brandon Nozaki Miller"
  7. ],
  8. "license": "MIT",
  9. "keywords": [
  10. "message",
  11. "normalize",
  12. "events",
  13. "js",
  14. "json",
  15. "protocol",
  16. "ipc",
  17. "node",
  18. "nodejs",
  19. "node.js",
  20. "react",
  21. "react.js",
  22. "reactjs",
  23. "websocket",
  24. "websockets",
  25. "web",
  26. "socket",
  27. "sockets",
  28. "ws",
  29. "flux",
  30. "reflux",
  31. "component",
  32. "components",
  33. "store",
  34. "stores",
  35. "action",
  36. "actions"
  37. ],
  38. "homepage": "https://github.com/RIAEvangelist/js-message",
  39. "moduleType": [
  40. "globals",
  41. "node"
  42. ],
  43. "ignore": [
  44. "**/.*",
  45. "node_modules",
  46. "bower_components",
  47. "test",
  48. "tests"
  49. ]
  50. }