| 123456789101112 | 
							- Package.describe({
 
-   name: 'meteor-autosize',
 
-   summary: 'Automatically adjust textarea height based on user input.',
 
-   version: '5.0.1',
 
-   git: "https://github.com/DeDeSt/meteor-autosize.git",
 
-   documentation: 'README.md'
 
- });
 
- Package.on_use(function (api) {
 
-   api.versionsFrom("METEOR@0.9.0");
 
-   api.add_files(['lib/autosize.js'], 'client');
 
- });
 
 
  |