package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "__npminstall_done": "Thu Dec 24 2020 20:20:57 GMT+0800 (CST)",
  39. "_from": "rx-lite@4.0.8",
  40. "_resolved": "https://registry.npm.taobao.org/rx-lite/download/rx-lite-4.0.8.tgz"
  41. }