domey
Version:
A lightweight and simple DOM library that wraps the JavaScript API for manipulating HTML elements.
30 lines (29 loc) • 648 B
JSON
{
"name": "domey",
"version": "0.1.14",
"description": "A lightweight and simple DOM library that wraps the JavaScript API for manipulating HTML elements.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jspcrdn/domey.git"
},
"homepage": "https://github.com/jspcrdn/domey#readme",
"bugs": {
"url": "https://github.com/jspcrdn/domey/issues"
},
"keywords": [
"dom",
"js",
"jquery",
"javscript",
"html",
"library",
"element",
"events",
"domey"
],
"author": "jspcrdn",
"license": "ISC",
"type": "module",
"packageManager": "pnpm@10.8.0"
}