lazy-import
Version:
An element based on polymer v2 to lazy import other elements.
26 lines (25 loc) • 650 B
JSON
{
"name": "lazy-import",
"version": "1.0.0",
"description": "An element based on polymer v2 to lazy import other elements.",
"main": "index.html",
"directories": {
"test": "test"
},
"scripts": {
"test": "wct"
},
"repository": "git+https://github.com/c0rvu5-c0r0n3/polymer-lazy-import.git",
"keywords": [
"lazy-import"
],
"author": "Tim <axel.f@posteo.de>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/c0rvu5-c0r0n3/polymer-lazy-import/issues"
},
"homepage": "https://github.com/c0rvu5-c0r0n3/polymer-lazy-import#readme",
"devDependencies": {
"web-component-tester": "^6.5.0"
}
}