You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
830 B

---
id: acknowledgements
title: Acknowledgements
layout: single
---
We'd like to thank all of our contributors:
<div class="three-column">
{% for author_col in site.data.acknowledgements %}
<ul>
{% for author in author_col %}
<li>{{ author }}</li>
{% endfor %}
</ul>
{% endfor %}
</div>
In addition, we're grateful to [Jeff Barczewski](https://github.com/jeffbski) for allowing us to use the [react](https://www.npmjs.org/package/react) package name on npm and to [Christopher Aue](http://christopheraue.net/) for letting us use the [reactjs.com](http://reactjs.com/) domain name and the [@reactjs](https://twitter.com/reactjs) username on Twitter. We'd also like to thank [ProjectMoon](https://github.com/ProjectMoon) for letting us use the [flux](https://www.npmjs.org/package/flux) package name on npm.