You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
360 B

  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. }