turbopug
Version:
No-junk JS component library with insignificant weight. All in one mush: Web-Components, Localization, Routing, Reactive binding, Debounce, Unique IDs, PSW hashing
32 lines (31 loc) • 771 B
JSON
{
"name": "turbopug",
"version": "1.0.5",
"description": "No-junk JS component library with insignificant weight. All in one mush: Web-Components, Localization, Routing, Reactive binding, Debounce, Unique IDs, PSW hashing",
"main": "turbo",
"scripts": {
"test": "http-server ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaqmol/insig.git"
},
"keywords": [
"webcomponents",
"JS",
"ultra-light",
"light",
"reactive",
"super-fast",
"fast"
],
"author": "Ronny Reichmann",
"license": "LicenseRef-LICENSE",
"bugs": {
"url": "https://github.com/jaqmol/insig/issues"
},
"homepage": "https://github.com/jaqmol/insig#readme",
"devDependencies": {
"http-server": "^13.0.2"
}
}