Blame view

.meteor/packages 1.08 KB
aa7b4bd25   Ryan Glover   Initial commit.
1
  # Meteor packages used by this project, one per line.
2b1ad7917   tmcdeveloper   wip moving to Met...
2
  # Check this file (and the other files in this directory) into your repository.
aa7b4bd25   Ryan Glover   Initial commit.
3
4
5
  #
  # 'meteor add' and 'meteor remove' will edit this file for you,
  # but you can also edit it by hand.
2b1ad7917   tmcdeveloper   wip moving to Met...
6
7
8
9
10
11
12
13
14
15
16
17
  meteor-base             # Packages every Meteor app needs to have
  mobile-experience       # Packages for a great mobile UX
  mongo                   # The database Meteor supports right now
  reactive-var            # Reactive variable for tracker
  session
  jquery                  # Helpful client-side library
  tracker                 # Meteor's client-side reactive programming library
  
  standard-minifier-css   # CSS minifier run for production mode
  standard-minifier-js    # JS minifier run for production mode
  es5-shim                # ECMAScript 5 compatibility for older browsers.
  ecmascript              # Enable ECMAScript2015+ syntax in app code
608109722   Ryan Glover   Add commonly used...
18
19
  accounts-password
  accounts-base
608109722   Ryan Glover   Add commonly used...
20
21
  check
  audit-argument-checks
850119354   Ryan Glover   Add browser-polic...
22
  browser-policy
b1c69063b   Ryan Glover   Delete unused npm...
23

334a76815   Ryan Glover   little tasks and ...
24
  fourseven:scss
4440e38f5   Ryan Glover   add collection2 p...
25
  aldeed:collection2
2b1ad7917   tmcdeveloper   wip moving to Met...
26
  # momentjs:moment NPM this
c39994410   Ryan Glover   wip converting to...
27
  alanning:roles
2b1ad7917   tmcdeveloper   wip moving to Met...
28
29
30
  react-meteor-data
  themeteorchef:jquery-validation
  themeteorchef:bert