UNPKG

1.5 kBMarkdownView Raw
1**Protege is a supah wikkit sikk set of NodeJS utilities**
2
3
4## Installation
5
6To install Protege, use [npm](http://github.com/isaacs/npm):
7
8 $ npm install -g protege
9
10## Usage
11
12```require('protege')``` - it's that easy
13
14## Examples
15
16You can view examples in the [example folder.](https://github.com/Contra/protege/tree/master/examples)
17
18## Contributors
19
20- [Contra](https://github.com/Contra)
21
22## LICENSE
23
24(MIT License)
25
26Copyright (c) 2011 Contra <contra@australia.edu>
27
28Permission is hereby granted, free of charge, to any person obtaining
29a copy of this software and associated documentation files (the
30"Software"), to deal in the Software without restriction, including
31without limitation the rights to use, copy, modify, merge, publish,
32distribute, sublicense, and/or sell copies of the Software, and to
33permit persons to whom the Software is furnished to do so, subject to
34the following conditions:
35
36The above copyright notice and this permission notice shall be
37included in all copies or substantial portions of the Software.
38
39THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
40EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
41MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
42NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
43LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
44OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
45WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
46
\No newline at end of file