Module

x/xelement/package.json

X-Element a zero knowledge curve, agnostic non framework that enhances custom elements with functionality and data binding that mimics native custom element and language standards.
Go to Latest
File
{ "name": "@xeaone/element", "type": "module", "description": "X-Element a zero knowledge curve, agnostic non framework that enhances custom elements with functionality and data binding that mimics native custom element and language standards.", "browser": "./pro/x-element.js", "module": "./pro/x-element.js", "exports": { "./index.ts": "./src/index.ts", "./x-poly.js": "./pro/x-poly.js", "./x-element.js": "./pro/x-element.js" }, "scripts": {}, "repository": { "type": "git", "url": "git+https://github.com/xeaone/element.git" }, "author": "Alexander Elias", "email": "alex.steven.elis@gmail.com", "license": "MPL-2.0", "bugs": { "url": "https://github.com/xeaone/element/issues" }, "homepage": "https://github.com/xeaone/element#readme", "keywords": [], "directories": { "docs": "docs", "pro": "pro", "src": "src" }, "version": "8.4.0"}