bower.json 360 B

1234567891011121314151617181920212223
  1. {
  2. "name": "rxjs",
  3. "main": "dist/rx.all.js",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/Reactive-Extensions/RxJS.git"
  7. },
  8. "license": "Apache-2.0",
  9. "ignore": [
  10. ".sh",
  11. ".*",
  12. "*.bat",
  13. "*.md",
  14. "*.txt",
  15. "*.log",
  16. "package.json",
  17. "node_modules",
  18. "doc",
  19. "examples",
  20. "src",
  21. "tests"
  22. ]
  23. }