js-rush
Version:
lightweight framework for creating web components. It’s designed to be simple and easy to use with minimal setup. The goal is to help you create reactive, interactive components without requiring complex tools or build steps.
31 lines (29 loc) • 803 B
JSON
{
"name": "js-rush",
"version": "1.4.18",
"description": "lightweight framework for creating web components. It’s designed to be simple and easy to use with minimal setup. The goal is to help you create reactive, interactive components without requiring complex tools or build steps.",
"main": "rush.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Frameworks",
"JavaScript",
"Web Development",
"Frontend",
"Parcel",
"JS Rush",
"Tools",
"Build System",
"JavaScript Framework"
],
"author": "Samuel Stjernstrøm-Gimse",
"license": "ISC",
"devDependencies": {
"parcel": "^2.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Samuel-Stjernstrom-Gimse/jsRush.git"
}
}