1234567891011121314151617181920212223242526272829 |
- # Meteor packages used by this project, one per line.
- # Check this file (and the other files in this directory) into your repository.
- #
- # 'meteor add' and 'meteor remove' will edit this file for you,
- # but you can also edit it by hand.
- mizzao:sharejs-codemirror
- twbs:bootstrap
- standard-minifiers
- meteor-base
- mobile-experience
- mongo
- blaze-html-templates
- session
- jquery
- tracker
- logging
- reload
- random
- ejson
- spacebars
- check
- ecmascript
- accounts-password
- ian:accounts-ui-bootstrap-3
- babrahams:editable-text
- iron:router
- aldeed:autoform
- aldeed:collection2
|