Package Exports
- html-tags
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (html-tags) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
html-tags 
List of standard HTML tags
It's just a JSON file. So can be used wherever.
Install
$ npm install --save html-tags
$ bower install --save html-tags
$ component install sindresorhus/html-tags
Usage
console.log(htmlTags);
//=> ['a', 'abbr', 'acronym', ...]