# html-attributes [![NPM version](http://img.shields.io/npm/v/html-attributes.svg?style=flat)](https://www.npmjs.org/package/html-attributes)

> List of HTML attributes as a map of camelCased names.

## Installation

Install using [npm](https://www.npmjs.org/):

```sh
npm install html-attributes
```
Install using [bower](http://bower.io/):

```sh
bower install html-attributes
```

Using browser script tag and global (UMD wrapper):

```html
// Available via window.html-attributes
<script src="dist/html-attributes.js"></script>
```

Also available as JSON via `dist/html-attributes.json`.

## Contributing

Please submit all issues and pull requests to the [alexmingoia/html-attributes](http://github.com/alexmingoia/html-attributes) repository!

## Support

If you have any problem or suggestion please open an issue [here](https://github.com/alexmingoia/html-attributes/issues).
