.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / html-tags / package.json
1 {
2   "name": "html-tags",
3   "version": "2.0.0",
4   "description": "List of standard HTML tags",
5   "license": "MIT",
6   "repository": "sindresorhus/html-tags",
7   "author": {
8     "name": "Sindre Sorhus",
9     "email": "sindresorhus@gmail.com",
10     "url": "sindresorhus.com"
11   },
12   "engines": {
13     "node": ">=4"
14   },
15   "scripts": {
16     "test": "xo && ava"
17   },
18   "files": [
19     "index.js",
20     "void.js",
21     "html-tags.json",
22     "html-tags-void.json"
23   ],
24   "keywords": [
25     "html",
26     "html5",
27     "tags",
28     "elements",
29     "list",
30     "whatwg",
31     "w3c",
32     "void",
33     "self-closing"
34   ],
35   "devDependencies": {
36     "ava": "*",
37     "xo": "*"
38   }
39 }