package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "rx-lite-aggregates",
  3. "title": "Reactive Extensions for JavaScript (RxJS) Aggregates",
  4. "description": "Lightweight library with aggregate functions for composing asynchronous and event-based operations in JavaScript",
  5. "version": "4.0.8",
  6. "homepage": "https://github.com/Reactive-Extensions/RxJS",
  7. "author": {
  8. "name": "Cloud Programmability Team",
  9. "url": "https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/Reactive-Extensions/RxJS.git"
  14. },
  15. "licenses": [
  16. {
  17. "type": "Apache License, Version 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. }
  20. ],
  21. "bugs": "https://github.com/Reactive-Extensions/RxJS/issues",
  22. "jam": {
  23. "main": "rx.lite.aggregates.js"
  24. },
  25. "browser": {
  26. "index.js": "rx.lite.aggregates.js"
  27. },
  28. "dependencies": {
  29. "rx-lite": "*"
  30. },
  31. "devDependencies": {},
  32. "keywords": [
  33. "React",
  34. "Reactive",
  35. "Events",
  36. "Rx",
  37. "RxJS"
  38. ],
  39. "main": "rx.lite.aggregates.js"
  40. }