react/docs/acknowledgements.md

24 lines
902 B
Markdown
Raw Normal View History

2014-02-25 09:18:57 +08:00
---
id: acknowledgements
title: Acknowledgements
layout: single
---
We'd like to thank all of our contributors:
<div class="three-column">
2014-08-14 03:24:44 +08:00
{% for author_col in site.data.acknowledgements %}
2014-02-25 09:18:57 +08:00
<ul>
2014-08-14 03:24:44 +08:00
{% for author in author_col %}
<li>{{ author }}</li>
{% endfor %}
2014-02-25 09:18:57 +08:00
</ul>
2014-08-14 03:24:44 +08:00
{% endfor %}
2014-02-25 09:18:57 +08:00
</div>
2016-02-13 06:50:37 +08:00
In addition, we're grateful to
- [Jeff Barczewski](https://github.com/jeffbski) for allowing us to use the [react](https://www.npmjs.com/package/react) package name on npm.
- [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.
- [ProjectMoon](https://github.com/ProjectMoon) for letting us use the [flux](https://www.npmjs.com/package/flux) package name on npm.
- Shane Anderson for allowing us to use the [react](https://github.com/react) org on GitHub.