# jscow-group
Provides a group component for the jscow component framework.

## Install

```sh
npm install
```

## Build

```sh
grunt
```

## Dependencies

`jscow-group` needs the following libraries:

* [grunt](https://www.npmjs.com/package/grunt) The JavaScript Task Runner - node package for development
* [grunt-cli](https://www.npmjs.com/package/grunt-cli) Grunt command line interface - node package for development
* [jsCow](https://github.com/jsCow/jsCow) The core of the jsCow Component Frmework

The following grun packages will be automatically installed with 'npm install'
* grunt-contrib-clean
* grunt-contrib-less
* grunt-contrib-copy
* grunt-contrib-watch
* grunt-contrib-uglify
* grunt-contrib-compress
* grunt-contrib-jshint
 

## License

`jscow-group` is licensed under the GNU GPL.
