mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
527e829523
Each plugin is now a top-level directory with its own .cursor/plugin.json manifest, so the repository is recognized as containing multiple individual plugins rather than being imported as a single plugin. - Moved all 25 plugin directories from plugins/ to repository root - Updated README.md with correct paths and full plugin catalog - Removed plugins/README.md (no longer needed) Co-authored-by: n2parko <n2parko@users.noreply.github.com>
25 lines
597 B
JSON
25 lines
597 B
JSON
{
|
|
"name": "django-python",
|
|
"version": "1.0.0",
|
|
"description": "Django and scalable Python web application development rules by Caio Barbieri (cursor.directory)",
|
|
"author": {
|
|
"name": "Caio Barbieri",
|
|
"url": "https://cursor.directory/django-python-cursor-rules"
|
|
},
|
|
"homepage": "https://cursor.directory/django-python-cursor-rules",
|
|
"repository": "https://github.com/pontusab/cursor.directory",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"python",
|
|
"django",
|
|
"orm",
|
|
"web"
|
|
],
|
|
"category": "backend",
|
|
"tags": [
|
|
"django",
|
|
"python"
|
|
],
|
|
"rules": "./rules/"
|
|
}
|