wireframe-ui-lite
Version:
Ultra-lightweight wireframe component library for rapid prototyping and LLM-friendly interfaces
52 lines • 1.28 kB
JSON
{
"name": "wireframe-ui-lite",
"version": "1.0.1",
"description": "Ultra-lightweight wireframe component library for rapid prototyping and LLM-friendly interfaces",
"main": "wireframe-ui-lite.css",
"style": "wireframe-ui-lite.css",
"files": [
"wireframe-ui-lite.css",
"README.md",
"LICENSE",
"NPM-USAGE.md",
"LLM-PROMPTS.md",
"QUICK-START.md",
"examples/"
],
"scripts": {
"build": "echo 'No build needed - pure CSS'",
"dev": "python3 -m http.server 8080",
"serve": "python3 -m http.server 8080",
"prepublishOnly": "echo 'Publishing wireframe-ui-lite.css to NPM'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcosdocanto/wireframe-ui-lite.git"
},
"bugs": {
"url": "https://github.com/marcosdocanto/wireframe-ui-lite/issues"
},
"homepage": "https://marcosdocanto.github.io/wireframe-ui-lite/",
"keywords": [
"css",
"wireframe",
"prototyping",
"ui",
"framework",
"lightweight",
"llm",
"ai",
"sketch",
"rapid-prototyping",
"component-library",
"no-build",
"cdn",
"hand-drawn",
"comic-sans"
],
"author": "Marcos Do Canto <marcosdocanto@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
}
}