UNPKG

788 BJSONView Raw
1{
2 "name": "html-tags",
3 "version": "3.2.0",
4 "description": "List of standard HTML tags",
5 "license": "MIT",
6 "repository": "sindresorhus/html-tags",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "engines": {
14 "node": ">=8"
15 },
16 "scripts": {
17 "test": "xo && ava && tsd"
18 },
19 "files": [
20 "index.js",
21 "index.d.ts",
22 "void.js",
23 "void.d.ts",
24 "html-tags.json",
25 "html-tags-void.json"
26 ],
27 "keywords": [
28 "html",
29 "html5",
30 "tags",
31 "elements",
32 "list",
33 "whatwg",
34 "w3c",
35 "void",
36 "self-closing"
37 ],
38 "devDependencies": {
39 "ava": "^1.4.1",
40 "tsd": "^0.7.2",
41 "xo": "^0.24.0"
42 },
43 "xo": {
44 "rules": {
45 "import/extensions": "off"
46 }
47 }
48}