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`.
- Host: GitHub
- URL: https://github.com/fraction/meteor-exports
- Owner: fraction
- License: other
- Created: 2014-06-04T04:43:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T03:15:34.000Z (over 10 years ago)
- Last Synced: 2025-03-21T08:19:03.075Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 171 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).