Skip to content

Instantly share code, notes, and snippets.

@ankitv89
Created December 2, 2016 11:05
Show Gist options
  • Select an option

  • Save ankitv89/fc5e75bbe0ff20f18c7c71e10069b69b to your computer and use it in GitHub Desktop.

Select an option

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.
meteor-base@1.0.4 # Packages every Meteor app needs to have
mobile-experience@1.0.4 # Packages for a great mobile UX
mongo@1.1.14 # The database Meteor supports right now
# Compile .html files into Meteor Blaze views
reactive-var@1.0.11 # Reactive variable for tracker
jquery@1.11.10 # Helpful client-side library
tracker@1.1.1 # Meteor's client-side reactive programming library
standard-minifier-css@1.3.2 # CSS minifier run for production mode
standard-minifier-js@1.2.1 # JS minifier run for production mode
es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.5.9 # Enable ECMAScript2015+ syntax in app code
shell-server@0.2.1 # Server-side component of the `meteor shell` command
#autopublish@1.0.7 # Publish all data to the clients (for prototyping)
#insecure@1.0.7 # 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