-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
44 lines (44 loc) · 1.01 KB
/
package.json
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
{
"name": "strapi-plugin-oembed",
"version": "1.2.1",
"description": "Embed content from third party sites (YouTube, Vimeo, SoundCloud, Spotify...) in Strapi",
"strapi": {
"name": "oembed",
"displayName": "oEmbed",
"icon": "globe-asia",
"description": "Embed content from third party sites (YouTube, Vimeo, SoundCloud, Spotify, CodePen...) in Strapi",
"kind": "plugin"
},
"dependencies": {},
"author": {
"name": "Nicolas Hamelin",
"url": "https://nicolashamelin.fr"
},
"homepage": "https://github.com/nicolashmln/strapi-plugin-oembed",
"repository": {
"type": "git",
"url": "https://github.com/nicolashmln/strapi-plugin-oembed"
},
"keywords": [
"strapi",
"plugin",
"oembed",
"embed",
"media",
"youtube",
"vimeo",
"tiktok",
"soundcloud",
"spotify",
"codepen",
"twitter"
],
"peerDependencies": {
"@strapi/strapi": "^4.4.0"
},
"engines": {
"node": ">=14.19.1 <=20.x.x",
"npm": ">=8.0.0"
},
"license": "MIT"
}