superdom
Version:
Better and simpler DOM manipulation
27 lines (26 loc) • 498 B
JSON
{
"name": "superdom",
"version": "0.9.0",
"description": "Better and simpler DOM manipulation",
"main": "superdom.min.js",
"authors": [
"Francisco Presencia Fandos <publicfrancisco@hotmail.com>"
],
"license": "MIT",
"keywords": [
"dom",
"manipulation",
"edit",
"add",
"remove",
"generate"
],
"homepage": "https://github.com/franciscop/superdom.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}