UNPKG

juris-test

Version:

JavaScript Unified Reactive Interface Solution - Browser-optimized version for script tags and CDN usage

49 lines 1.13 kB
{ "name": "juris-test", "version": "0.9.3", "description": "JavaScript Unified Reactive Interface Solution - Browser-optimized version for script tags and CDN usage", "main": "juris.js", "type": "commonjs", "browser": "juris.js", "unpkg": "juris.js", "jsdelivr": "juris.js", "files": [ "juris.js", "juris.mini.js", "juris-enhance.js", "juris-headless.js", "juris-template.js", "juris-cssextractor.js", "juris-webcomponent.js", "headless/juris-fluentstate.js", "headless/juris-router.js", "README.md", "LICENSE" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "reactive", "framework", "javascript", "browser", "web-development", "script-tag", "cdn", "no-build" ], "author": "Resti Guay <resti.guay@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jurisjs/juris.git" }, "bugs": { "url": "https://github.com/jurisjs/juris/issues" }, "homepage": "https://jurisjs.com", "engines": { "node": ">=14.0.0" } }