forked from nexu-io/open-design
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopen-design-marketplace.json
More file actions
88 lines (88 loc) · 2.43 KB
/
Copy pathopen-design-marketplace.json
File metadata and controls
88 lines (88 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"$schema": "https://open-design.ai/schemas/marketplace.v1.json",
"specVersion": "1.0.0",
"name": "open-design-spec-examples",
"version": "0.1.0",
"owner": {
"name": "Open Design Spec Examples",
"url": "https://github.com/nexu-io/open-design"
},
"metadata": {
"description": "Example plugin spec catalog for authoring and PR workflows.",
"version": "0.1.0"
},
"plugins": [
{
"name": "import-screenshot-to-prototype",
"source": "./import-screenshot-to-prototype",
"version": "0.1.0",
"tags": ["import", "screenshot", "prototype"]
},
{
"name": "create-prototype-dashboard",
"source": "./create-prototype-dashboard",
"version": "0.1.0",
"tags": ["create", "prototype", "dashboard"]
},
{
"name": "create-slides-pitch",
"source": "./create-slides-pitch",
"version": "0.1.0",
"tags": ["create", "deck", "slides"]
},
{
"name": "create-live-artifact-ops",
"source": "./create-live-artifact-ops",
"version": "0.1.0",
"tags": ["create", "live-artifact", "dashboard"]
},
{
"name": "create-image-campaign",
"source": "./create-image-campaign",
"version": "0.1.0",
"tags": ["create", "image", "campaign"]
},
{
"name": "create-video-storyboard",
"source": "./create-video-storyboard",
"version": "0.1.0",
"tags": ["create", "video", "storyboard"]
},
{
"name": "create-hyperframes-launch",
"source": "./create-hyperframes-launch",
"version": "0.1.0",
"tags": ["create", "video", "hyperframes"]
},
{
"name": "export-nextjs-handoff",
"source": "./export-nextjs-handoff",
"version": "0.1.0",
"tags": ["export", "nextjs", "handoff"]
},
{
"name": "share-github-pr",
"source": "./share-github-pr",
"version": "0.1.0",
"tags": ["share", "github-pr", "pull-request"]
},
{
"name": "deploy-vercel-static",
"source": "./deploy-vercel-static",
"version": "0.1.0",
"tags": ["deploy", "vercel", "static"]
},
{
"name": "refine-critique-loop",
"source": "./refine-critique-loop",
"version": "0.1.0",
"tags": ["refine", "critique", "patch-edit"]
},
{
"name": "extend-plugin-author",
"source": "./extend-plugin-author",
"version": "0.1.0",
"tags": ["extend", "plugin-authoring", "spec-plugin"]
}
]
}