Blame view

.meteor/packages 1.19 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.
7e90d8634   tmcdeveloper   bump Meteor, Atmo...
6
7
  meteor-base@1.0.4             # Packages every Meteor app needs to have
  mobile-experience@1.0.4       # Packages for a great mobile UX
3540345c5   themeteorchef   handful of fixes
8
9
10
11
  mongo@1.1.14                   # The database Meteor supports right now
  reactive-var@1.0.11            # Reactive variable for tracker
  session@1.1.7
  tracker@1.1.1                 # Meteor's client-side reactive programming library
2b1ad7917   tmcdeveloper   wip moving to Met...
12

3540345c5   themeteorchef   handful of fixes
13
14
15
16
  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
2b1ad7917   tmcdeveloper   wip moving to Met...
17

3540345c5   themeteorchef   handful of fixes
18
19
20
  accounts-password@1.3.1
  accounts-base@1.2.14
  check@1.2.4
7e90d8634   tmcdeveloper   bump Meteor, Atmo...
21
22
  audit-argument-checks@1.0.7
  browser-policy@1.0.9
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
c39994410   Ryan Glover   wip converting to...
26
  alanning:roles
2b1ad7917   tmcdeveloper   wip moving to Met...
27
  themeteorchef:bert
7e90d8634   tmcdeveloper   bump Meteor, Atmo...
28
  static-html@1.1.11
f7c1860b5   tmcdeveloper   add basic accepta...
29
30
31
  xolvio:cleaner
  practicalmeteor:mocha
  xolvio:backdoor
d1f05315d   tmcdeveloper   wip adding API an...
32
  mdg:validated-method
7feaefe63   tmcdeveloper   bump dependencies
33
  dburles:factory@1.0.0
3540345c5   themeteorchef   handful of fixes
34
35
  ddp-rate-limiter@1.0.6
  shell-server