html.extension
Version:
This is a custom element that extends existing window object. Providing convenient functions to window.Math, window.NodeList and so on.
11 lines (10 loc) • 511 B
JSON
{
"name": "html.extension",
"description": "This is a custom element that extends existing window object. Providing convenient functions to window.Math, window.NodeList and so on.",
"main": "html.extension.html",
"authors": [ "JingAn Chen" ],
"license": "MIT",
"keywords": [ "window", "browser", "Math", "NodeList", "web-components" ],
"homepage": "https://github.com/lzsoft/html.extension",
"ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ]
}