|
4 | 4 | # 'meteor add' and 'meteor remove' will edit this file for you,
|
5 | 5 | # but you can also edit it by hand.
|
6 | 6 |
|
7 |
| -meteor-base # Packages every Meteor app needs to have |
8 |
| -mobile-experience # Packages for a great mobile UX |
9 |
| -mongo # The database Meteor supports right now |
10 |
| -blaze-html-templates # Compile .html files into Meteor Blaze views |
11 |
| -reactive-var # Reactive variable for tracker |
12 |
| -jquery # Helpful client-side library |
13 |
| -tracker # Meteor's client-side reactive programming library |
| 7 | +meteor-base@1.0.4 # Packages every Meteor app needs to have |
| 8 | +mobile-experience@1.0.4 # Packages for a great mobile UX |
| 9 | +mongo@1.1.12 # The database Meteor supports right now |
| 10 | +blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views |
| 11 | +reactive-var@1.0.10 # Reactive variable for tracker |
| 12 | +jquery@1.11.9 # Helpful client-side library |
| 13 | +tracker@1.1.0 # Meteor's client-side reactive programming library |
14 | 14 |
|
15 |
| -standard-minifier-css # CSS minifier run for production mode |
16 |
| -standard-minifier-js # JS minifier run for production mode |
17 |
| -es5-shim # ECMAScript 5 compatibility for older browsers. |
18 |
| -ecmascript # Enable ECMAScript2015+ syntax in app code |
| 15 | +standard-minifier-css@1.2.0 # CSS minifier run for production mode |
| 16 | +standard-minifier-js@1.2.0 # JS minifier run for production mode |
| 17 | +es5-shim@4.6.14 # ECMAScript 5 compatibility for older browsers. |
| 18 | +ecmascript@0.5.8 # Enable ECMAScript2015+ syntax in app code |
19 | 19 |
|
20 | 20 | ostrio:files
|
21 | 21 | aldeed:simple-schema
|
22 | 22 | aldeed:collection2
|
| 23 | +shell-server |
0 commit comments