@!!!!!/elemental
Version:
Control the elements using JS
34 lines (33 loc) • 749 B
JSON
{
"name": "@!!!!!/elemental",
"version": "0.5.40",
"description": "Control the elements using JS",
"main": "main/main.bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeff-hykin/elemental.git"
},
"keywords": [
"dom",
"elemental",
"template",
"jsx"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeff-hykin/elemental/issues"
},
"homepage": "https://github.com/jeff-hykin/elemental#readme",
"exports": {
"import": "./main/main.bundle.js",
"require": "./main/main.js"
},
"module": "./main/main.bundle.js",
"devDependencies": {
"xhtm": "^1.5.3"
}
}