UNPKG

719 BJSONView Raw
1{
2 "name": "html-tags",
3 "version": "3.1.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": ">=8"
14 },
15 "scripts": {
16 "test": "xo && ava && tsd"
17 },
18 "files": [
19 "index.js",
20 "index.d.ts",
21 "void.js",
22 "void.d.ts",
23 "html-tags.json",
24 "html-tags.json.d.ts",
25 "html-tags-void.json",
26 "html-tags-void.json.d.ts"
27 ],
28 "keywords": [
29 "html",
30 "html5",
31 "tags",
32 "elements",
33 "list",
34 "whatwg",
35 "w3c",
36 "void",
37 "self-closing"
38 ],
39 "devDependencies": {
40 "ava": "^1.4.1",
41 "tsd": "^0.7.2",
42 "xo": "^0.24.0"
43 }
44}