aurelia/aurelia

View on GitHub
docs/ACKNOWLEDGEMENTS.md

Summary

Maintainability
Test Coverage
# Acknowledgements

There are many great services and open source projects that have enabled us to build Aurelia. Below are a few that stand out.

## Infrastructure

* Circle CI - For providing an amazing CI/CD service which has made a world of difference in how we ship quality software end-to-end.
* Lage - For enabling us to modularize our platform while still maintaining a simple build, test and deploy workflow.
* Turbo - For enabling us to modularize our platform while still maintaining a simple build, test and deploy workflow.
* TypeScript - For enabling JavaScript to scale to large codebases and global teams.

## Inspiration

* Cherow - For amazing parser design and testing inspiration.
* Pixi.js - For a high-performance update/tick loop.
* MobX - For inspiration on synchronous batching and scheduling.
* Inferno - For setting the bar and providing great ideas for efficiently patching the DOM.
* Parcel - For providing great inspiration for GitHub issue and PR template integration.
* MS FAST - For inspiration on content composition.
* Angular, Durandal, Ember, React, Vue, and many others - For continuing to innovate and help developers around the world ship amazing customer experiences.

---

License for pixi.js

The MIT License

Copyright (c) 2013-2017 Mathew Groves, Chad Engler

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.