Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / html-tags / readme.md
1 # html-tags [![Build Status](https://travis-ci.org/sindresorhus/html-tags.svg?branch=master)](https://travis-ci.org/sindresorhus/html-tags)
2
3 > List of standard HTML tags
4
5 It's just a [JSON file](html-tags.json). So can be used wherever.
6
7
8 ## Install
9
10 ```sh
11 $ npm install --save html-tags
12 ```
13
14
15 ## Usage
16
17 ```js
18 console.log(htmlTags);
19 //=> ['a', 'abbr', 'acronym', ...]
20 ```
21
22
23 ## License
24
25 MIT © [Sindre Sorhus](http://sindresorhus.com)