dom-unify
Version:
A JavaScript library for manipulating the DOM with a chainable, intuitive API. It simplifies creating, modifying, and navigating DOM elements.
32 lines (31 loc) • 784 B
JSON
{
"name": "dom-unify",
"version": "1.0.2",
"description": "A JavaScript library for manipulating the DOM with a chainable, intuitive API. It simplifies creating, modifying, and navigating DOM elements.",
"keywords": [
"dom",
"dom-manipulation",
"dom-builder",
"dom-navigation",
"chainable",
"create-element",
"simple",
"json",
"frontend"
],
"homepage": "https://github.com/ermkon/dom-unify#readme",
"bugs": {
"url": "https://github.com/ermkon/dom-unify/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ermkon/dom-unify.git"
},
"license": "MIT",
"author": "ermkon",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}