An open API service indexing awesome lists of open source software.

https://github.com/fraction/meteor-exports

A Meteor polyfill for accessing the global namespace with `module.exports`.
https://github.com/fraction/meteor-exports

Last synced: about 1 month ago
JSON representation

A Meteor polyfill for accessing the global namespace with `module.exports`.

Awesome Lists containing this project

README

          

# Meteor [Exports Polyfill](https://github.com/fraction/exports-polyfill)

A Meteor polyfill for accessing the global namespace with `module.exports`.

## Installation

Once you've installed [Meteor](https://www.meteor.com/) and [Meteorite](https://github.com/oortcloud/meteorite/), install with `mrt`:

```
mrt install exports
```

## Support

Please [open an issue](https://github.com/fraction/meteor-exports/issues/new) for questions and concerns.

## Contributing

Fork the project, commit your changes, and [open a pull request](https://github.com/fraction/meteor-exports/compare/).