{ "name": "html-tags", "version": "1.2.0", "description": "List of standard HTML tags", "license": "MIT", "repository": "sindresorhus/html-tags", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "files": [ "index.js", "html-tags.json" ], "keywords": [ "html", "html5", "tags", "elements", "list", "w3c" ], "devDependencies": { "mocha": "*" } }