Skip to content

Instantly share code, notes, and snippets.

@ankitv89
Created December 2, 2016 11:05
Show Gist options
  • Save ankitv89/fc5e75bbe0ff20f18c7c71e10069b69b to your computer and use it in GitHub Desktop.
Save ankitv89/fc5e75bbe0ff20f18c7c71e10069b69b to your computer and use it in GitHub Desktop.
packages file for meteor Projects
# 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.
[email protected] # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
[email protected] # The database Meteor supports right now
# Compile .html files into Meteor Blaze views
[email protected] # Reactive variable for tracker
[email protected] # Helpful client-side library
[email protected] # Meteor's client-side reactive programming library
[email protected] # CSS minifier run for production mode
[email protected] # JS minifier run for production mode
[email protected] # ECMAScript 5 compatibility for older browsers.
[email protected] # Enable ECMAScript2015+ syntax in app code
[email protected] # Server-side component of the `meteor shell` command
#[email protected] # Publish all data to the clients (for prototyping)
#[email protected] # Allow all DB writes from clients (for prototyping)
underscore
blaze-html-templates
#BootStrap UI
twbs:bootstrap
fortawesome:fontawesome
zimme:select2-bootstrap3-css
matb33:bootstrap-transition-js
rajit:bootstrap3-datepicker
#Autoform packages
aldeed:autoform
aldeed:collection2
aldeed:delete-button
aldeed:autoform-select2
natestrauser:select2
#Extras
check
session
stylus
http
djedi:sanitize-html
#DatePackage
momentjs:moment
#Make method reactive
simple:reactive-method
#send emails
email
#generate Friendly Slugs
todda00:friendly-slugs
#debugging
meteortoys:allthings
#Routing
iron:router
#authentication
accounts-password
ian:accounts-ui-bootstrap-3
#File Uploads - s3
cfs:standard-packages
cfs:filesystem
cfs:gridfs
cfs:ui
cfs:s3
#Search
mizzao:autocomplete
#Check Connection
francocatena:status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment