| Index: appengine/config_service/ui/bower_components/chai/README.md
|
| diff --git a/appengine/config_service/ui/bower_components/chai/README.md b/appengine/config_service/ui/bower_components/chai/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c61bfa8b7930a35e34a6b503561db3c36cbd3923
|
| --- /dev/null
|
| +++ b/appengine/config_service/ui/bower_components/chai/README.md
|
| @@ -0,0 +1,83 @@
|
| +[](http://chaijs.com)
|
| +
|
| +[](#license)<br>
|
| +[](https://github.com/chaijs/chai/releases)
|
| +[](https://travis-ci.org/chaijs/chai)
|
| +[](https://coveralls.io/r/chaijs/chai)<br>
|
| +[](https://www.npmjs.com/packages/chai)
|
| +[](https://www.npmjs.com/packages/chai)
|
| +[](https://david-dm.org/chaijs/chai)
|
| +
|
| +[](https://saucelabs.com/u/chaijs)
|
| +
|
| +[]( https://chai-slack.herokuapp.com/)
|
| +[](https://gitter.im/chaijs/chai)
|
| +
|
| +Chai is a BDD / TDD assertion library for [node](http://nodejs.org) and the browser that
|
| +can be delightfully paired with any javascript testing framework.
|
| +
|
| +For more information or to download plugins, view the [documentation](http://chaijs.com).
|
| +
|
| +### Plugins
|
| +
|
| +Chai offers a robust Plugin architecture for extending Chai's assertions and interfaces.
|
| +
|
| +- Need a plugin? View the [official plugin list](http://chaijs.com/plugins).
|
| +- Have a plugin and want it listed? Open a Pull Request at [chaijs/chai-docs:plugin.js](https://github.com/chaijs/chai-docs/blob/master/plugins.js#L1-L12).
|
| +- Want to build a plugin? Read the [plugin api documentation](http://chaijs.com/guide/plugins/).
|
| +
|
| +### Related Projects
|
| +
|
| +- [chaijs / assertion-error](https://github.com/chaijs/assertion-error): Custom `Error` constructor thrown upon an assertion failing.
|
| +- [chaijs / deep-eql](https://github.com/chaijs/deep-eql): Improved deep equality testing for Node.js and the browser.
|
| +- [chaijs / type-detect](https://github.com/chaijs/type-detect): Improved typeof detection for node.js and the browser.
|
| +
|
| +### Contributing
|
| +
|
| +Thank you very much for considering to contribute!
|
| +
|
| +Here are a few issues other contributors frequently ran into when opening pull requests:
|
| +
|
| +- Please do not commit changes to the `chai.js` build. We do it once per release.
|
| +- Before pushing your commits, please make sure you [rebase](https://github.com/chaijs/chai/blob/master/CONTRIBUTING.md#pull-requests) them.
|
| +
|
| +We also strongly encourage you to read our detailed [contribution guidelines](https://github.com/chaijs/chai/blob/master/CONTRIBUTING.md).
|
| +
|
| +### Contributors
|
| +
|
| +Please see the full
|
| +[Contributors Graph](https://github.com/chaijs/chai/graphs/contributors) for our
|
| +list of contributors.
|
| +
|
| +### Core Contributors
|
| +
|
| +Feel free to reach out to any of the core contributors with your questions or
|
| +concerns. We will do our best to respond in a timely manner.
|
| +
|
| +[](https://github.com/logicalparadox)
|
| +[](https://github.com/vesln)
|
| +[](https://github.com/keithamus)
|
| +
|
| +## License
|
| +
|
| +(The MIT License)
|
| +
|
| +Copyright (c) 2011-2015 Jake Luer <jake@alogicalparadox.com>
|
| +
|
| +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.
|
|
|