dom-add
Version:
appending markup to the DOM using recursion
27 lines (25 loc) • 629 B
JSON
{
"name": "dom-add",
"version": "0.0.6",
"description": "appending markup to the DOM using recursion",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dalalayan1/dom-add.git"
},
"keywords": [
"document",
"DOM",
"appendChild",
"createChild"
],
"author": "Ayan Dalal <dalalayan1@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dalalayan1/dom-add/issues"
},
"homepage": "https://github.com/dalalayan1/dom-add#readme"
}