package.json 972 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "rx-lite",
  3. "title": "Reactive Extensions for JavaScript (RxJS) Lite",
  4. "description": "Lightweight library 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.js"
  24. },
  25. "browser": {
  26. "index.js": "rx.lite.js"
  27. },
  28. "dependencies": {},
  29. "devDependencies": {},
  30. "keywords": [
  31. "React",
  32. "Reactive",
  33. "Events",
  34. "Rx",
  35. "RxJS"
  36. ],
  37. "main": "rx.lite.js"
  38. }