UNPKG

1.23 kBMarkdownView Raw
1
2# component-require
3
4 require implementation for component(1)
5
6## Running tests
7
8```
9$ npm install
10$ make test
11```
12
13## License
14
15(The MIT License)
16
17Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>
18
19Permission is hereby granted, free of charge, to any person obtaining
20a copy of this software and associated documentation files (the
21'Software'), to deal in the Software without restriction, including
22without limitation the rights to use, copy, modify, merge, publish,
23distribute, sublicense, and/or sell copies of the Software, and to
24permit persons to whom the Software is furnished to do so, subject to
25the following conditions:
26
27The above copyright notice and this permission notice shall be
28included in all copies or substantial portions of the Software.
29
30THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
31EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
32MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
33IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
34CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
35TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
36SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\No newline at end of file