create-modulo
Version:
Starter projects for Modulo.html - Ready for all uses - Markdown-SSG / SSR / API-backed SPA
38 lines (37 loc) • 879 B
JSON
{
"name": "create-modulo",
"version": "1.0.15",
"description": "Starter projects for Modulo.html - Ready for all uses - Markdown-SSG / SSR / API-backed SPA",
"homepage": "https://modulohtml.org/",
"bin": {
"create-modulo": "bin/create-modulo.js"
},
"scripts": {
"build": "bash scripts/build.sh",
"refreshrepos": "bash scripts/refresh.sh",
"prepublish": "bash scripts/build.sh"
},
"files": [
"bin/create-modulo.js",
"lib/**/*",
"build/**/*"
],
"keywords": [
"web-components",
"jamstack",
"UI",
"templates",
"templating",
"components",
"framework"
],
"author": "michaelb",
"bugs": {
"url": "https://codeberg.org/modulo/modulo/issues"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/modulo/create-modulo"
},
"license": "MIT/BSD (Sample Code); LGPL3.0 (Modulo)"
}