Blame view
.meteor/packages
1.21 KB
aa7b4bd25
|
1 |
# Meteor packages used by this project, one per line. |
2b1ad7917
|
2 |
# Check this file (and the other files in this directory) into your repository. |
aa7b4bd25
|
3 4 5 |
# # 'meteor add' and 'meteor remove' will edit this file for you, # but you can also edit it by hand. |
7e90d8634
|
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 |
ff976df49
|
8 |
mongo@1.1.15 # The database Meteor supports right now |
3540345c5
|
9 |
reactive-var@1.0.11 # Reactive variable for tracker |
6be49625f
|
10 |
session |
ff976df49
|
11 |
tracker@1.1.2 # Meteor's client-side reactive programming library |
2b1ad7917
|
12 |
|
ff976df49
|
13 14 |
standard-minifier-css@1.3.3 # CSS minifier run for production mode standard-minifier-js@1.2.2 # JS minifier run for production mode |
3540345c5
|
15 |
es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers. |
ff976df49
|
16 |
ecmascript@0.6.3 # Enable ECMAScript2015+ syntax in app code |
2b1ad7917
|
17 |
|
ff976df49
|
18 |
accounts-password@1.3.4 |
3540345c5
|
19 |
accounts-base@1.2.14 |
ff976df49
|
20 |
check |
7e90d8634
|
21 |
audit-argument-checks@1.0.7 |
ff976df49
|
22 |
browser-policy@1.1.0 |
b1c69063b
|
23 |
|
334a76815
|
24 |
fourseven:scss |
4440e38f5
|
25 |
aldeed:collection2 |
c39994410
|
26 |
alanning:roles |
2b1ad7917
|
27 |
themeteorchef:bert |
7e90d8634
|
28 |
static-html@1.1.11 |
f7c1860b5
|
29 30 31 |
xolvio:cleaner practicalmeteor:mocha xolvio:backdoor |
d1f05315d
|
32 |
mdg:validated-method |
7feaefe63
|
33 |
dburles:factory@1.0.0 |
3540345c5
|
34 |
ddp-rate-limiter@1.0.6 |
ff976df49
|
35 36 |
shell-server@0.2.2 aldeed:simple-schema |