galho
Version:
galho is js library for create and manipulate dom elements without need compiling, configuration or VirtualDom
30 lines • 731 B
JSON
{
"name": "galho",
"version": "3.0.23",
"description": "galho is js library for create and manipulate dom elements without need compiling, configuration or VirtualDom",
"main": "galho.js",
"homepage": "https://github.com/AsrielPdS/galho",
"license": "MIT",
"sideEffects": false,
"keywords": [
"jquery",
"galho",
"dom",
"svg",
"collections",
"event",
"util"
],
"scripts": {
"min": "node -e \"import('./tasks.js').then(_=>_.minify())\"",
"docs": "node -e \"import('./tasks.js').then(_=>_.docs())\""
},
"author": {
"name": "Asriel PdS",
"email": "asrielpds@gmail.com"
},
"type": "module",
"dependencies": {
"csstype": "*"
}
}