tiny-dom
Version:
A tiny DOM manipulation library written in ES6 with zero dependencies.
36 lines (35 loc) • 899 B
JSON
{
"name": "tiny-dom",
"version": "2.0.1",
"description": "A tiny DOM manipulation library written in ES6 with zero dependencies.",
"browser": "./dist/tinydom.cjs.min.js",
"module": "./dist/tinydom.es.min.js",
"scripts": {
"test": "npx jest --coverage",
"build": "npx rollup --config"
},
"repository": {
"type": "git",
"url": "https://github.com/kieranbarker/tinyDOM.git"
},
"keywords": [
"javascript-library",
"dom-manipulation",
"no-dependencies"
],
"author": {
"name": "Kieran Barker",
"email": "kieranbarker@outlook.com",
"url": "https://kbarker.dev/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/kieranbarker/tinyDOM/issues"
},
"homepage": "https://github.com/kieranbarker/tinyDOM#readme",
"devDependencies": {
"jest": "^26.6.3",
"rollup": "^2.34.1",
"rollup-plugin-terser": "^7.0.2"
}
}