package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "rx",
  3. "title": "Reactive Extensions for JavaScript (RxJS)",
  4. "description": "Library for composing asynchronous and event-based operations in JavaScript",
  5. "version": "4.1.0",
  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. "license": "Apache-2.0",
  16. "bugs": "https://github.com/Reactive-Extensions/RxJS/issues",
  17. "jam": {
  18. "main": "dist/rx.all.js"
  19. },
  20. "browser": {
  21. "index.js": "./dist/rx.all.js"
  22. },
  23. "dependencies": {},
  24. "devDependencies": {
  25. "benchmark": "*",
  26. "grunt-cli": "*",
  27. "grunt": "*",
  28. "grunt-contrib-copy": "*",
  29. "grunt-contrib-jshint": "*",
  30. "grunt-contrib-connect": "*",
  31. "grunt-contrib-uglify": "*",
  32. "grunt-contrib-concat": "*",
  33. "grunt-contrib-qunit": "*",
  34. "grunt-contrib-watch": "*",
  35. "grunt-saucelabs": "*",
  36. "grunt-jscs": "*",
  37. "load-grunt-tasks": "*"
  38. },
  39. "keywords": [
  40. "LINQ",
  41. "FRP",
  42. "Reactive",
  43. "Events",
  44. "Rx",
  45. "RxJS"
  46. ],
  47. "main": "index.js",
  48. "scripts": {
  49. "test": "grunt"
  50. },
  51. "__npminstall_done": true,
  52. "_from": "rx@4.1.0",
  53. "_resolved": "https://registry.npmmirror.com/rx/-/rx-4.1.0.tgz"
  54. }