# <%- name %>

> <%- description %>

## Developing
```bash
npm run dev
```

This will watch the Javascript in `app`, linting and bundling the code when changes are detected.

## Running the tests
```bash
npm test
```

This will run the [Jasmine](https://jasmine.github.io/) tests with Phantom JS

## License
MIT © <%- author %>
