@dobschal/html.js
Version:
Library to create HTML elements with JavaScript that support MVVM binding.
39 lines (38 loc) • 832 B
JSON
{
"name": "@dobschal/html.js",
"version": "1.0.6",
"main": "index.js",
"scripts": {
"dev": "vite",
"test": "jest",
"lint": "eslint ."
},
"devDependencies": {
"eslint": "^9.21.0",
"jest": "^29.7.0",
"vite": "^6.0.3",
"vite-plugin-commonjs": "^0.10.4",
"jest-environment-jsdom": "^29.7.0"
},
"keywords": [
"MVVM",
"HTML",
"DOM",
"Binding",
"Data Binding",
"Reactive Programming"
],
"author": "Sascha Dobschal <sascha@dobschal.eu",
"license": "WTFPL",
"description": "Library to create HTML elements with JavaScript that support MVVM binding.",
"dependencies": {
"@dobschal/observable": "^1.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dobschal/html.js.git"
},
"jest": {
"testEnvironment": "jsdom"
}
}