UNPKG

domvm

Version:

DOM ViewModel - A thin, fast, dependency-free vdom view layer

52 lines (51 loc) 1.22 kB
{ "name": "domvm", "description": "DOM ViewModel - A thin, fast, dependency-free vdom view layer", "keywords": [ "virtual-dom", "mvvm", "view-model", "framework" ], "license": "MIT", "homepage": "https://github.com/domvm/domvm", "author": "Leon Sorokin <leeoniya@gmail.com>", "version": "3.4.14", "main": "./dist/full/domvm.full.cjs.js", "module": "./dist/full/domvm.full.es.js", "jsnext:main": "./dist/full/domvm.full.es.js", "scripts": { "test": "nyc mocha test/src/*.js", "coverage": "nyc report --reporter=text-summary --reporter=text > ./test/coverage.txt", "watch": "node watch.js", "build": "node build.js" }, "files": [ "package.json", "README.md", "LICENSE", "dist" ], "nyc": { "require": [ "./test/init-spec.js" ] }, "repository": { "type": "git", "url": "https://github.com/domvm/domvm.git" }, "devDependencies": { "mocha": "^9.2.0", "node-watch": "^0.7.3", "nyc": "^15.1.0", "rollup": "^2.66.1", "rollup-plugin-replace": "^2.2.0", "terser": "^5.10.0", "undom": "^0.4.0" }, "bugs": { "url": "https://github.com/domvm/domvm/issues" }, "dependencies": {} }