packages 1.2 KB

1234567891011121314151617181920212223242526
  1. # Meteor packages used by this project, one per line.
  2. # Check this file (and the other files in this directory) into your repository.
  3. #
  4. # 'meteor add' and 'meteor remove' will edit this file for you,
  5. # but you can also edit it by hand.
  6. meteor-base # Packages every Meteor app needs to have
  7. mobile-experience # Packages for a great mobile UX
  8. mongo # The database Meteor supports right now
  9. blaze-html-templates # Compile .html files into Meteor Blaze views
  10. reactive-var # Reactive variable for tracker
  11. jquery # Helpful client-side library
  12. tracker # Meteor's client-side reactive programming library
  13. standard-minifier-css # CSS minifier run for production mode
  14. standard-minifier-js # JS minifier run for production mode
  15. es5-shim # ECMAScript 5 compatibility for older browsers.
  16. ecmascript # Enable ECMAScript2015+ syntax in app code
  17. autopublish # Publish all data to the clients (for prototyping)
  18. insecure # Allow all DB writes from clients (for prototyping)
  19. orionjs:core
  20. twbs:bootstrap
  21. fortawesome:fontawesome
  22. orionjs:bootstrap
  23. iron:router